kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 8097d22da75a6618e79331448a054edc59214116
parent 4aa53df3b6bf8fecf7d07c111b263fcee76ed61f
Author: Joris Vink <joris@coders.se>
Date:   Mon, 24 Aug 2020 10:17:53 +0200

whitespace fixes

Diffstat:
src/json.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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))