From: Florian Forster Date: Thu, 18 May 2017 08:05:42 +0000 (+0200) Subject: chrony plugin: Re-run clang-format. X-Git-Tag: collectd-5.8.0~172^2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=7da2cd6de424cd8e360a06ec05e5ea03e1d17cc6 chrony plugin: Re-run clang-format. --- diff --git a/src/chrony.c b/src/chrony.c index 988fc3ba..a5e85a8a 100644 --- a/src/chrony.c +++ b/src/chrony.c @@ -892,8 +892,9 @@ static int chrony_request_source_data(int p_src_idx, char *src_addr, ntohs(chrony_resp.body.source_data.f_reachability)); chrony_push_data_valid("clock_last_meas", src_addr, is_reachable, ntohl(chrony_resp.body.source_data.f_since_sample)); - chrony_push_data_valid("time_offset", src_addr, is_reachable, - ntohf(chrony_resp.body.source_data.f_origin_latest_meas)); + chrony_push_data_valid( + "time_offset", src_addr, is_reachable, + ntohf(chrony_resp.body.source_data.f_origin_latest_meas)); return CHRONY_RC_OK; }