From 268aa9e2ca0a5d666b9cf91233aa7ea742aed2a2 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 23 Jul 2016 14:57:04 +0200 Subject: [PATCH] curl_json plugin: fix indentation --- src/curl_json.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.11.0