mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 12:55:41 +02:00
module/clock: fold long line
This commit is contained in:
parent
82ef48f666
commit
cdd0b5b4f0
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ run(struct module *mod)
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct module *
|
static struct module *
|
||||||
clock_new(struct particle *label, const char *date_format, const char *time_format, bool utc)
|
clock_new(struct particle *label, const char *date_format,
|
||||||
|
const char *time_format, bool utc)
|
||||||
{
|
{
|
||||||
struct private *m = calloc(1, sizeof(*m));
|
struct private *m = calloc(1, sizeof(*m));
|
||||||
m->label = label;
|
m->label = label;
|
||||||
|
|
Loading…
Add table
Reference in a new issue