mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Indentation
This commit is contained in:
parent
806cd92dfb
commit
25acfa1c7d
1 changed files with 1 additions and 1 deletions
2
parse.c
2
parse.c
|
@ -315,7 +315,7 @@ int parse_tree(struct lex_file *file) {
|
|||
* complicated mechanics of a vector, and can be extended as well. This
|
||||
* is a rather large macro, and is #undef after it's use below.
|
||||
*/
|
||||
#define PARSE_VEC_ELEMENT(NAME, BIT) \
|
||||
#define PARSE_VEC_ELEMENT(NAME, BIT) \
|
||||
token = lex_token(file); \
|
||||
if (token == ' ') { \
|
||||
token = lex_token(file); \
|
||||
|
|
Loading…
Reference in a new issue