]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Formatting
authorDale Weiler <killfieldengine@gmail.com>
Tue, 10 Apr 2012 05:06:33 +0000 (01:06 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 10 Apr 2012 05:06:33 +0000 (01:06 -0400)
lex.c

diff --git a/lex.c b/lex.c
index afe5db730514ef7df12d528ac3ca2856658df2c3..d7c7b006738ea248219ce7d22e2a24fe0dd55353 100644 (file)
--- a/lex.c
+++ b/lex.c
@@ -286,9 +286,9 @@ int lex_token(struct lex_file *file) {
                #define TEST_TYPE(X)                                 \
                    do {                                             \
                        if (!strncmp(X, "float",  sizeof("float")))  \
-                               return TOKEN_FLOAT;                      \
+                           return TOKEN_FLOAT;                      \
                        if (!strncmp(X, "vector", sizeof("vector"))) \
-                               return TOKEN_VECTOR;                     \
+                           return TOKEN_VECTOR;                     \
                        if (!strncmp(X, "string", sizeof("string"))) \
                            return TOKEN_STRING;                     \
                        if (!strncmp(X, "entity", sizeof("entity"))) \