From cdd0b5b4f06be3434b13205aa26be807282ab578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 17 Dec 2021 11:28:05 +0100 Subject: [PATCH] module/clock: fold long line --- modules/clock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;