projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e91e31
)
curl_json plugin: fix indentation
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 23 Jul 2016 12:57:04 +0000
(14:57 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 23 Jul 2016 12:57:04 +0000
(14:57 +0200)
src/curl_json.c
patch
|
blob
|
history
diff --git
a/src/curl_json.c
b/src/curl_json.c
index
deb8b6e
..
55db387
100644
(file)
--- a/
src/curl_json.c
+++ b/
src/curl_json.c
@@
-968,9
+968,9
@@
static int cj_perform (cj_t *db) /* {{{ */
}
#if HAVE_YAJL_V2
-
status = yajl_complete_parse(db->yajl);
+ status = yajl_complete_parse(db->yajl);
#else
-
status = yajl_parse_complete(db->yajl);
+ status = yajl_parse_complete(db->yajl);
#endif
if (status != yajl_status_ok)
{