Explorar o código

reformatting: cJSON_GetErrorPtr

Max Bruckner %!s(int64=8) %!d(string=hai) anos
pai
achega
c42b774f9f
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      cJSON.c

+ 4 - 1
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)
 {