From 8097d22da75a6618e79331448a054edc59214116 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 24 Aug 2020 10:17:53 +0200 Subject: [PATCH] whitespace fixes --- src/json.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/json.c b/src/json.c index d090673..1dd7918 100644 --- a/src/json.c +++ b/src/json.c @@ -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))