From 8b3afb76805d0e0bbaf2b7ef3f37c07c1ebf0ffb Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 16 Apr 2016 15:14:09 +0200 Subject: [PATCH] plugin.c: fix indentation of comment --- src/daemon/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index e5939395..7e905f97 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) -- 2.11.0