Fix build
This commit is contained in:
parent
ad8debe030
commit
6327175fde
|
@ -1278,7 +1278,6 @@ private:
|
||||||
}
|
}
|
||||||
else if (currentIs(tok!"{"))
|
else if (currentIs(tok!"{"))
|
||||||
{
|
{
|
||||||
indents.dump();
|
|
||||||
indents.popWrapIndents();
|
indents.popWrapIndents();
|
||||||
if (peekBackIsSlashSlash() && peekBack2Is(tok!";"))
|
if (peekBackIsSlashSlash() && peekBack2Is(tok!";"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue