organize imports & code formatting

This commit is contained in:
honfika
2014-08-15 15:42:37 +02:00
parent 35386fb241
commit f84e4d7336
11 changed files with 31 additions and 32 deletions
@@ -129,7 +129,7 @@ public class SWFOutputStream extends OutputStream {
os.write(b);
pos += b.length;
}
private void alignByte() throws IOException {
if (bitPos > 0) {
bitPos = 0;