]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Remove trailing whitespace
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 9b554214361258d9ddebf140e5107ccdaee7466f..14d38d886458efb76207fe878b2a2d46aacee1f0 100644 (file)
--- 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_expression *left;
     ast_expression *right;
     ast_binary_ref  refs;
-    
+
 };
 ast_binary* ast_binary_new(lex_ctx    ctx,
                            int        op,
 };
 ast_binary* ast_binary_new(lex_ctx    ctx,
                            int        op,