mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Formatting
This commit is contained in:
parent
620fe55b11
commit
4c23a669aa
1 changed files with 2 additions and 2 deletions
4
lex.c
4
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"))) \
|
||||
|
|
Loading…
Reference in a new issue