From: Florian Forster Date: Sat, 23 Feb 2013 12:10:40 +0000 (+0100) Subject: rrdtool, rrdcached plugin: Whitespace fix. X-Git-Tag: collectd-5.3.0~37^2~5 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=0ea9088c4ccae9a5bd5c82931344b1f8fdaa7220 rrdtool, rrdcached plugin: Whitespace fix. --- diff --git a/src/rrdcached.c b/src/rrdcached.c index 3c565653..a37b4b50 100644 --- a/src/rrdcached.c +++ b/src/rrdcached.c @@ -48,7 +48,7 @@ static rrdcreate_config_t rrdcreate_config = /* consolidation_functions = */ NULL, /* consolidation_functions_num = */ 0, - /* async = */ 0 + /* async = */ 0 }; /* diff --git a/src/rrdtool.c b/src/rrdtool.c index da4fcb8c..a673879b 100644 --- a/src/rrdtool.c +++ b/src/rrdtool.c @@ -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,