From 9b960fa870f3f7d754ccb048e51780f7150f970b Mon Sep 17 00:00:00 2001 From: casperinous Date: Sun, 8 Oct 2017 22:02:52 +0300 Subject: [PATCH] Small indentation fix in order to follow the contribution rules. --- cJSON.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cJSON.c b/cJSON.c index 18b52b5..fa143cc 100644 --- a/cJSON.c +++ b/cJSON.c @@ -197,7 +197,7 @@ static unsigned char get_decimal_point(void) struct lconv *lconv = localeconv(); return (unsigned char) lconv->decimal_point[0]; #else - return '.'; + return '.'; #endif } -- GitLab