From: Ruben Kerkhof Date: Sat, 23 Jul 2016 12:57:04 +0000 (+0200) Subject: curl_json plugin: fix indentation X-Git-Tag: collectd-5.6.0~193 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=268aa9e2ca0a5d666b9cf91233aa7ea742aed2a2;p=collectd.git curl_json plugin: fix indentation --- diff --git a/src/curl_json.c b/src/curl_json.c index deb8b6e9..55db3877 100644 --- 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) {