From: Dale Weiler Date: Tue, 10 Apr 2012 05:06:33 +0000 (-0400) Subject: Formatting X-Git-Tag: 0.1-rc1~695 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4c23a669aa67e617e3cfc6a149bdd934f58ee730;p=xonotic%2Fgmqcc.git Formatting --- diff --git a/lex.c b/lex.c index afe5db7..d7c7b00 100644 --- 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"))) \