indent wh_init() to be consistent with the rest of the file
authorMarc Fournier <marc.fournier@camptocamp.com>
Sat, 29 Mar 2014 12:37:36 +0000 (13:37 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Sat, 29 Mar 2014 12:37:36 +0000 (13:37 +0100)
src/write_http.c

index 04c637b..0a13444 100644 (file)
@@ -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) /* {{{ */