Run all changed files 68 8.c/1*.h through format.sh web util
[collectd.git] / src / rrdcached.c
index 1e75ff8..6f34e67 100644 (file)
@@ -426,8 +426,7 @@ static int rc_write(const data_set_t *ds, const value_list_t *vl,
   }
 
   char *values_array[2] = {
-      [0] = values,
-      [1] = NULL,
+          [0] = values, [1] = NULL,
   };
 
   while (42) {