From: Marc Fournier Date: Sat, 29 Mar 2014 12:37:36 +0000 (+0100) Subject: indent wh_init() to be consistent with the rest of the file X-Git-Tag: collectd-5.3.2~5^2~13 X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=commitdiff_plain;h=6bd48f2346c5072dc22da58c7b7cd8e8ceb83fc5 indent wh_init() to be consistent with the rest of the file --- diff --git a/src/write_http.c b/src/write_http.c index 04c637b2..0a13444b 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -658,10 +658,10 @@ static int wh_config (oconfig_item_t *ci) /* {{{ */ static int wh_init (void) /* {{{ */ { - /* Call this while collectd is still single-threaded to avoid - * initialization issues in libgcrypt. */ - curl_global_init (CURL_GLOBAL_SSL); - return (0); + /* Call this while collectd is still single-threaded to avoid + * initialization issues in libgcrypt. */ + curl_global_init (CURL_GLOBAL_SSL); + return (0); } /* }}} int wh_init */ void module_register (void) /* {{{ */