curl_json plugin: fix indentation
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 23 Jul 2016 12:57:04 +0000 (14:57 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 23 Jul 2016 12:57:04 +0000 (14:57 +0200)
src/curl_json.c

index deb8b6e..55db387 100644 (file)
@@ -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)
   {