Minor codestyle fix
authorPavel Rochnyack <pavel2000@ngs.ru>
Fri, 17 Aug 2018 11:53:13 +0000 (18:53 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Fri, 17 Aug 2018 11:53:13 +0000 (18:53 +0700)
src/daemon/plugin.c

index a99e1cd..c2017ac 100644 (file)
@@ -2112,7 +2112,7 @@ plugin_dispatch_multivalue(value_list_t const *template, /* {{{ */
       stats_values_dropped++;
       pthread_mutex_unlock(&statistics_lock);
     }
-    return (0);
+    return 0;
   }
 
   assert(template->values_len == 1);