Run all changed files 68 8.c/1*.h through format.sh web util
[collectd.git] / src / netlink.c
index 806265a..e8a2877 100644 (file)
@@ -198,8 +198,7 @@ static void submit_two(const char *dev, const char *type,
                        const char *type_instance, derive_t rx, derive_t tx) {
   value_list_t vl = VALUE_LIST_INIT;
   value_t values[] = {
-      {.derive = rx},
-      {.derive = tx},
+      {.derive = rx}, {.derive = tx},
   };
 
   vl.values = values;