Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tml committed May 20, 2011
1 parent 13368a4 commit 046b833
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1167,9 +1167,9 @@ private StringBuffer printSymbolTree(int linebreakpos, boolean preserveAllSemiCo
break;

case Token.FUNCTION:
if (lastToken.getType() != Token.GET && lastToken.getType() != Token.SET) {
result.append("function");
}
if (lastToken.getType() != Token.GET && lastToken.getType() != Token.SET) {
result.append("function");
}
token = consumeToken();
if (token.getType() == Token.NAME) {
result.append(' ');
Expand Down

0 comments on commit 046b833

Please sign in to comment.