]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Merge branch 'master' into cooking
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
old mode 100644 (file)
new mode 100755 (executable)
index 9b55421..14d38d8
--- a/ast.h
+++ b/ast.h
@@ -238,7 +238,7 @@ struct ast_binary_s
     ast_expression *left;
     ast_expression *right;
     ast_binary_ref  refs;
-    
+
 };
 ast_binary* ast_binary_new(lex_ctx    ctx,
                            int        op,