projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b400a
)
indent wh_init() to be consistent with the rest of the file
author
Marc Fournier
<marc.fournier@camptocamp.com>
Sat, 29 Mar 2014 12:37:36 +0000
(13:37 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Sat, 29 Mar 2014 12:37:36 +0000
(13:37 +0100)
src/write_http.c
patch
|
blob
|
history
diff --git
a/src/write_http.c
b/src/write_http.c
index
04c637b
..
0a13444
100644
(file)
--- 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) /* {{{ */