summaryrefslogtreecommitdiffstats
path: root/src/draw.c
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-11-30 02:48:33 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-11-30 02:48:33 +0800
commit3a37021f50c3cf3043d07f344210215c202967eb (patch)
tree1e21befa86c3856edd502ce17dd5690f44989d62 /src/draw.c
parent71ddd0d3f555b82165f98fae4ab814780c915740 (diff)
downloadcompiler2015-3a37021f50c3cf3043d07f344210215c202967eb.tar
compiler2015-3a37021f50c3cf3043d07f344210215c202967eb.tar.gz
compiler2015-3a37021f50c3cf3043d07f344210215c202967eb.tar.bz2
compiler2015-3a37021f50c3cf3043d07f344210215c202967eb.tar.lz
compiler2015-3a37021f50c3cf3043d07f344210215c202967eb.tar.xz
compiler2015-3a37021f50c3cf3043d07f344210215c202967eb.tar.zst
compiler2015-3a37021f50c3cf3043d07f344210215c202967eb.zip
All source files should include vim modelines
Diffstat (limited to 'src/draw.c')
-rw-r--r--src/draw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/draw.c b/src/draw.c
index 11cad74..36bce48 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -212,3 +212,5 @@ void printGV(AST_NODE *root, const char* fileName)
fprintf(fp , "}\n");
fclose(fp);
}
+
+// vim: set sw=4 ts=4 sts=4 et: