Slightly more consistent formatting
This commit is contained in:
@@ -27,9 +27,9 @@ public:
|
||||
}
|
||||
|
||||
void push(PycRef<ASTNode> node) {
|
||||
if (m_size == m_ptr + 1) {
|
||||
if (m_size == m_ptr + 1)
|
||||
grow(1);
|
||||
}
|
||||
|
||||
m_stack[++m_ptr] = node;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user