]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/collectd/0010-indent-wh_init-to-be-consistent-with-the-rest-of-the.patch
core91: Add changed pppsetup.cgi and language files
[ipfire-2.x.git] / src / patches / collectd / 0010-indent-wh_init-to-be-consistent-with-the-rest-of-the.patch
CommitLineData
2056dd30
AM
1From 6bd48f2346c5072dc22da58c7b7cd8e8ceb83fc5 Mon Sep 17 00:00:00 2001
2From: Marc Fournier <marc.fournier@camptocamp.com>
3Date: Sat, 29 Mar 2014 13:37:36 +0100
4Subject: [PATCH 10/22] indent wh_init() to be consistent with the rest of the
5 file
6
7---
8 src/write_http.c | 8 ++++----
9 1 file changed, 4 insertions(+), 4 deletions(-)
10
11diff --git a/src/write_http.c b/src/write_http.c
12index 04c637b..0a13444 100644
13--- a/src/write_http.c
14+++ b/src/write_http.c
15@@ -658,10 +658,10 @@ static int wh_config (oconfig_item_t *ci) /* {{{ */
16
17 static int wh_init (void) /* {{{ */
18 {
19- /* Call this while collectd is still single-threaded to avoid
20- * initialization issues in libgcrypt. */
21- curl_global_init (CURL_GLOBAL_SSL);
22- return (0);
23+ /* Call this while collectd is still single-threaded to avoid
24+ * initialization issues in libgcrypt. */
25+ curl_global_init (CURL_GLOBAL_SSL);
26+ return (0);
27 } /* }}} int wh_init */
28
29 void module_register (void) /* {{{ */
30--
311.9.3
32