module/clock: fold long line

This commit is contained in:
Daniel Eklöf 2021-12-17 11:28:05 +01:00
parent 82ef48f666
commit cdd0b5b4f0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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;