]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parse.c
Remove trailing whitespace
[xonotic/gmqcc.git] / parse.c
diff --git a/parse.c b/parse.c
index 40224cad8c523d5176a8e07c91af5df0376c421e..c8ff73aee908ac6804a38b9b264d295fa0d15ebe 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -212,7 +212,7 @@ int parse_gen(lex_file *file) {
                             /* add the compile-time constant */
                             {
                                 constant c;
-                                
+
                                 c.name     = util_strdup(name),
                                 c.type     = TYPE_VECTOR,
                                 c.value[0] = compile_calc_x;