aboutsummaryrefslogtreecommitdiff
path: root/interpreter/graphs.h
diff options
context:
space:
mode:
authorCamil Staps2019-01-07 13:18:55 +0100
committerCamil Staps2019-01-07 13:18:55 +0100
commit1d185ced82b3356b1ac3d181a823efe0605b4f8a (patch)
tree31be77209de5fae9cfa468774864f82b9f2e0d75 /interpreter/graphs.h
parentAdd vim-fuspel (diff)
Fix clang errors
Diffstat (limited to 'interpreter/graphs.h')
-rw-r--r--interpreter/graphs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/graphs.h b/interpreter/graphs.h
index 28f81a9..e04a04c 100644
--- a/interpreter/graphs.h
+++ b/interpreter/graphs.h
@@ -4,7 +4,7 @@
#include <stdbool.h>
#include "syntax.h"
-enum node_kind{
+enum node_kind {
NODE_INT, /* See expr_kind in syntax.h */
NODE_NAME,
NODE_CODE,