highlight method removed, indent-unindents

This commit is contained in:
Honfika
2013-10-13 17:08:51 +02:00
parent 6d7aa04c44
commit f325ba0db7
180 changed files with 630 additions and 626 deletions

View File

@@ -712,7 +712,7 @@ public class AVM2Code implements Serializable {
for (AVM2Instruction instruction : code) {
writer.appendNoHilight(Helper.formatAddress(i));
writer.appendNoHilight(" ");
instruction.toString(writer, localData).appendNewLine();
instruction.toString(writer, localData).newLine();
i++;
}
return writer;