Format header

This commit is contained in:
Jordan Bancino 2022-11-30 17:59:19 +00:00
parent 5610cafe46
commit 439e14a410
1 changed files with 2 additions and 2 deletions

View File

@ -75,13 +75,13 @@ extern JsonValue *
JsonValueFloat(double); JsonValueFloat(double);
extern double extern double
JsonValueAsFloat(JsonValue *); JsonValueAsFloat(JsonValue *);
extern JsonValue * extern JsonValue *
JsonValueBoolean(int); JsonValueBoolean(int);
extern int extern int
JsonValueAsBoolean(JsonValue *); JsonValueAsBoolean(JsonValue *);
extern JsonValue * extern JsonValue *
JsonValueNull(void); JsonValueNull(void);