Minor style change

This commit is contained in:
gingerBill
2018-06-17 22:25:28 +01:00
parent 877400dd12
commit 3a16f1e854
+2 -1
View File
@@ -226,7 +226,8 @@ enum ScopeFlag {
struct Scope {
Ast * node;
Scope * parent;
Scope * prev, *next;
Scope * prev;
Scope * next;
Scope * first_child;
Scope * last_child;
Map<Entity *> elements; // Key: String