From: Chris Brown Date: Fri, 9 Nov 2018 01:19:49 +0000 (-0800) Subject: Fix formatting. X-Git-Tag: collectd-5.11.0~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed382e0dfabd66e5aabe1aabda9c4c9e5f8f07e7;p=thirdparty%2Fcollectd.git Fix formatting. --- diff --git a/src/zookeeper.c b/src/zookeeper.c index 6309b19d4..0af50c7f0 100644 --- a/src/zookeeper.c +++ b/src/zookeeper.c @@ -233,8 +233,9 @@ static int zookeeper_read(void) { DEBUG("Uncollected zookeeper MNTR field %s", fields[0]); } } - /* Reports 0 for followers, -1 for no zk_server_state, # when zk_followers present. */ - /* Intended to be used for quorum detection by taking max for each time period. */ + /* Reports 0 for followers, -1 for no zk_server_state, # when zk_followers + * present. Intended to be used for quorum detection by taking max for each + * time period. */ zookeeper_submit_gauge("count", "quorum", followers); return 0;