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

diff --git a/parse.c b/parse.c
index 758e9ffbd24626c303633ef865de3f2364a6f43f..c7042116c6c17cb4d31e60f761c3869909ce98f6 100644 (file)
--- 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);                                                                                                                                       \