Browse Source

Minor style change

gingerBill 7 years ago
parent
commit
3a16f1e854
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/checker.hpp

+ 2 - 1
src/checker.hpp

@@ -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