]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
Fixed whitespace
[xonotic/gmqcc.git] / parser.c
index 5b4ed658f96f5236ed04f7db1aed7d1a4dabd534..3ab472f40454d1f3439c075b58f691624f5d7110 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -4339,7 +4339,7 @@ static bool parse_function_body(parser_t *parser, ast_value *var)
     }
 
     vec_push(func->blocks, block);
-    
+
 
     parser->function = old;
     if (!parser_leaveblock(parser))