]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Indentation (last)
authorDale Weiler <killfieldengine@gmail.com>
Sat, 14 Apr 2012 06:47:29 +0000 (02:47 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 14 Apr 2012 06:47:29 +0000 (02:47 -0400)
parse.c

diff --git a/parse.c b/parse.c
index 582b0a2b8e9a45e90530e6da1d0f99e52769ba7b..9af6049f1925db5bec4b9ffa1afe3b979576179d 100644 (file)
--- 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);                                                                                                                                   \