rrdtool, rrdcached plugin: Whitespace fix.
authorFlorian Forster <octo@collectd.org>
Sat, 23 Feb 2013 12:10:40 +0000 (13:10 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 23 Feb 2013 12:10:40 +0000 (13:10 +0100)
src/rrdcached.c
src/rrdtool.c

index 3c56565..a37b4b5 100644 (file)
@@ -48,7 +48,7 @@ static rrdcreate_config_t rrdcreate_config =
        /* consolidation_functions = */ NULL,
        /* consolidation_functions_num = */ 0,
 
-        /* async = */ 0
+       /* async = */ 0
 };
 
 /*
index da4fcb8..a673879 100644 (file)
@@ -105,7 +105,7 @@ static rrdcreate_config_t rrdcreate_config =
        /* consolidation_functions = */ NULL,
        /* consolidation_functions_num = */ 0,
 
-        /* async = */ 0
+       /* async = */ 0
 };
 
 /* XXX: If you need to lock both, cache_lock and queue_lock, at the same time,