Explorar o código

reformatting: printbuffer

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

+ 6 - 1
cJSON.c

@@ -213,7 +213,12 @@ static int pow2gt (int x)
     return x + 1;
 }
 
-typedef struct {char *buffer; int length; int offset; } printbuffer;
+typedef struct
+{
+    char *buffer;
+    int length;
+    int offset;
+} printbuffer;
 
 static char* ensure(printbuffer *p,int needed)
 {