plugin.c: fix indentation of comment
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 16 Apr 2016 13:14:09 +0000 (15:14 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 16 Apr 2016 13:14:09 +0000 (15:14 +0200)
src/daemon/plugin.c

index e593939..7e905f9 100644 (file)
@@ -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)