summaryrefslogtreecommitdiffstats
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 891d869..7454117 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -180,3 +180,4 @@ void semanticAnalysis(AST_NODE *root);
void printGV(AST_NODE *root, const char* fileName);
#endif
+// vim: set sw=4 ts=4 sts=4 et: