This commit is contained in:
Michael Ficarra 2013-02-24 21:12:57 -06:00
parent 2402f9774a
commit 5ae9c5d947
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@
this.outdebt -= this.indents[len];
moveOut -= this.indents[len];
} else {
dent = this.indents.pop() - this.outdebt;
dent = this.indents.pop() + this.outdebt;
moveOut -= dent;
this.outdebt = 0;
this.pair('OUTDENT');