]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/picomodel/picointernal.h
tools: reduce diff noise
[xonotic/netradiant.git] / libs / picomodel / picointernal.h
index f393523665ae8a0afdd305d7b7d53d14f744baf7..4bcbd4c281ae026efd4ad87ea7375f17ee4adb45 100644 (file)
@@ -80,22 +80,22 @@ extern "C"
 /* types */
 typedef struct picoParser_s
 {
-       const char  *buffer;
+       const char *buffer;
        int bufSize;
-       char    *token;
+       char *token;
        int tokenSize;
        int tokenMax;
-       const char  *cursor;
-       const char  *max;
+       const char *cursor;
+       const char *max;
        int curLine;
 }
 picoParser_t;
 
 typedef struct picoMemStream_s
 {
-       const picoByte_t    *buffer;
+       const picoByte_t *buffer;
        int bufSize;
-       const picoByte_t    *curPos;
+       const picoByte_t *curPos;
        int flag;
 }
 picoMemStream_t;