aboutsummaryrefslogtreecommitdiff
path: root/src/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree.c')
-rw-r--r--src/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree.c b/src/tree.c
index 10d564a..bb162cd 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -7,7 +7,7 @@ prim_t* prim_init(int type) {
prim->type = type;
prim->is_mutable = 0;
- switch(type) {
+ switch (type) {
case STR:
prim->val.prim_str.len = NULL;
prim->val.prim_str.val = NULL;