whitespace fixes

This commit is contained in:
Joris Vink 2020-08-24 10:17:53 +02:00
parent 4aa53df3b6
commit 8097d22da7
1 changed files with 2 additions and 2 deletions

View File

@ -537,7 +537,7 @@ json_parse_object(struct kore_json *json, struct kore_json_item *object)
if (!item->parse(json, item))
goto cleanup;
key = NULL;
if (!json_consume_whitespace(json))
@ -608,7 +608,7 @@ json_parse_array(struct kore_json *json, struct kore_json_item *array)
if (!item->parse(json, item))
goto cleanup;
key = NULL;
if (!json_consume_whitespace(json))