diff --git a/cJSON.c b/cJSON.c index 93a1bec..a8327ee 100644 --- a/cJSON.c +++ b/cJSON.c @@ -34,7 +34,10 @@ static const char *global_ep; -const char *cJSON_GetErrorPtr(void) {return global_ep;} +const char *cJSON_GetErrorPtr(void) +{ + return global_ep; +} static int cJSON_strcasecmp(const char *s1,const char *s2) {