Parcourir la source

reformatting: cJSON_GetErrorPtr

Max Bruckner il y a 8 ans
Parent
commit
c42b774f9f
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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)
 {