diff --git a/modules/clock.c b/modules/clock.c index eddc7be..49b832e 100644 --- a/modules/clock.c +++ b/modules/clock.c @@ -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;