New tags,

Other code: organize imports
This commit is contained in:
Jindra Petk
2013-01-04 17:12:27 +01:00
parent b1ab3ca35b
commit 644110dd40
101 changed files with 4051 additions and 299 deletions

View File

@@ -523,7 +523,7 @@ public class Main {
System.err.println("FAIL");
}
} else if (args[pos].equals("-decompress")) {
if (args.length < pos+3) {
if (args.length < pos + 3) {
badArguments();
}
@@ -535,7 +535,7 @@ public class Main {
System.exit(1);
}
} else if (args[pos].equals("-dumpSWF")) {
if (args.length < pos+2) {
if (args.length < pos + 2) {
badArguments();
}
try {