From: Dale Weiler Date: Sat, 14 Apr 2012 06:41:52 +0000 (-0400) Subject: Indentation X-Git-Tag: 0.1-rc1~676 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=25acfa1c7d871b66d542c20d802a8420c45f2ff1;p=xonotic%2Fgmqcc.git Indentation --- diff --git a/parse.c b/parse.c index 758e9ff..c704211 100644 --- a/parse.c +++ b/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); \