From: Manuel Luis SanmartĂ­n Rozada Date: Mon, 8 Jun 2015 19:25:15 +0000 (+0200) Subject: plugin: fix white space. X-Git-Tag: collectd-5.6.0~696^2~2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=045cc9843ea5c2ff1558e29bf8742c00aebf3b13;p=collectd.git plugin: fix white space. --- diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index 299a9809..500b97c6 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -1624,7 +1624,7 @@ int plugin_unregister_flush (const char *name) plugin_ctx_t ctx = plugin_get_ctx (); if (ctx.flush_interval != 0) - { + { char *flush_name; flush_name = plugin_flush_callback_name (name);