aboutsummaryrefslogtreecommitdiff
path: root/interpreter/graphs.h
diff options
context:
space:
mode:
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,