From: Ruben Kerkhof Date: Sat, 16 Apr 2016 13:14:09 +0000 (+0200) Subject: plugin.c: fix indentation of comment X-Git-Tag: collectd-5.6.0~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b3afb76805d0e0bbaf2b7ef3f37c07c1ebf0ffb;p=thirdparty%2Fcollectd.git plugin.c: fix indentation of comment --- diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index e59393954..7e905f974 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -2354,7 +2354,7 @@ int plugin_dispatch_multivalue (value_list_t const *template, /* {{{ */ assert (template->values_len == 1); - /* Calculate sum for Gauge to calculate percent if needed */ + /* Calculate sum for Gauge to calculate percent if needed */ if (DS_TYPE_GAUGE == store_type) { va_start (ap, store_type); while (42)