From 0ea9088c4ccae9a5bd5c82931344b1f8fdaa7220 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 23 Feb 2013 13:10:40 +0100 Subject: [PATCH] rrdtool, rrdcached plugin: Whitespace fix. --- src/rrdcached.c | 2 +- src/rrdtool.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.11.0