From: cekstam Date: Tue, 27 Mar 2018 14:31:13 +0000 (+0200) Subject: Now with updated clang-format X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8270e0d09971aecd4ea32360486f18ea578a93e2;p=collectd.git Now with updated clang-format --- diff --git a/src/modbus.c b/src/modbus.c index 64227741..da0d2d66 100644 --- a/src/modbus.c +++ b/src/modbus.c @@ -997,7 +997,8 @@ static int mb_config_add_host(oconfig_item_t *ci) /* {{{ */ /* callback = */ mb_read, /* interval = */ host->interval, &(user_data_t){ - .data = host, .free_func = host_free, + .data = host, + .free_func = host_free, }); } else { host_free(host);