Issue #185,#186 Indentation on onclip actions

This commit is contained in:
Jindra Petk
2013-07-09 16:31:00 +02:00
parent 9a9ae18051
commit fa8b78da09
14 changed files with 88 additions and 23 deletions

View File

@@ -1126,7 +1126,7 @@ public class SWFInputStream extends InputStream {
StringBuilder sb = new StringBuilder();
sb.append(Helper.formatHex((int) tag.getPos(), 8));
sb.append(": ");
sb.append(Helper.indent(level, ""));
sb.append(Helper.indent(level, "", " "));
sb.append(Helper.format(tag.toString(), 25 - 2 * level));
sb.append(" tagId=");
sb.append(Helper.formatInt(tag.getId(), 3));