From: Dale Weiler Date: Sat, 14 Apr 2012 06:47:29 +0000 (-0400) Subject: Indentation (last) X-Git-Tag: 0.1-rc1~673 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=d90ff829bd98a7e56e13de1aa29b95ca941a0b5f;p=xonotic%2Fgmqcc.git Indentation (last) --- diff --git a/parse.c b/parse.c index 582b0a2..9af6049 100644 --- a/parse.c +++ b/parse.c @@ -337,7 +337,7 @@ int parse_tree(struct lex_file *file) { if (token == '.' && compile_calc_d) { \ error(ERROR_PARSE, "%s:%d Invalid constant initializer element %c for vector, must be numeric.\n", file->name, file->line, NAME); \ token = lex_token(file); \ - } \ + } \ if ((token == '-' || token == '+') && compile_calc_s) { \ error(ERROR_PARSE, "%s:%d Invalid constant initializer sign for vector element %c\n", file->name, file->line, NAME); \ token = lex_token(file); \