From 59a36b88e6d6f0b1cd706ef21771656f9357e9a4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Aug 2021 15:24:57 +0200 Subject: -indent --- src/json/json.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/json/json.c b/src/json/json.c index 4dabd4d22..51d5c0c72 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -87,7 +87,8 @@ GNUNET_JSON_parse_free (struct GNUNET_JSON_Specification *spec) { for (unsigned int i = 0; NULL != spec[i].parser; i++) if (NULL != spec[i].cleaner) - spec[i].cleaner (spec[i].cls, &spec[i]); + spec[i].cleaner (spec[i].cls, + &spec[i]); } -- cgit v1.2.3