From 439e14a410c7ca0edb96a4c5460f367829ec2e73 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Wed, 30 Nov 2022 17:59:19 +0000 Subject: [PATCH] Format header --- src/include/Json.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/Json.h b/src/include/Json.h index c72757b..a7ffa68 100644 --- a/src/include/Json.h +++ b/src/include/Json.h @@ -75,13 +75,13 @@ extern JsonValue * JsonValueFloat(double); extern double -JsonValueAsFloat(JsonValue *); + JsonValueAsFloat(JsonValue *); extern JsonValue * JsonValueBoolean(int); extern int -JsonValueAsBoolean(JsonValue *); + JsonValueAsBoolean(JsonValue *); extern JsonValue * JsonValueNull(void);