java code format

This commit is contained in:
honfika
2014-07-28 21:05:46 +02:00
parent 68dcce0a5f
commit 49bb3ec2bf
37 changed files with 1258 additions and 1267 deletions

View File

@@ -58,7 +58,7 @@ public class WithAVM2Item extends AVM2Item {
scope.toString(writer, localData);
writer.append(")").startBlock();
//NOTE: endBlock is added with WithEndAVM2Item
return writer;
return writer;
}
@Override