code formatting: space before parenthesis

This commit is contained in:
Honfika
2014-03-29 01:30:15 +01:00
parent 5d4517fd00
commit 59c10ee8f8
69 changed files with 197 additions and 84 deletions
@@ -42,7 +42,9 @@ public class StringExtractActionItem extends ActionItem {
@Override
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
value.toString(writer, localData);
writer.append(".substr(");
writer.append(".substr");
writer.spaceBeforeCallParenthesies(2);
writer.append("(");
index.toString(writer, localData);
writer.append(",");
count.toString(writer, localData);