Whitespace police

This commit is contained in:
TomyLobo 2011-11-24 21:07:14 +01:00
parent 5ec6276674
commit 77bd86a203

View File

@ -167,8 +167,7 @@ public class Parser {
final RValue body = parseStatements(true);
statements.add(new For(current.getPosition(), init, condition, increment, body));
}
else {
} else {
position = oldPosition;
final Token variableToken = peek();