mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +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 *
|
||||
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));
|
||||
m->label = label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue