forked from external/yambar
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
Reference in a new issue