diff --git a/trunk/nbproject/ide-file-targets.xml b/trunk/nbproject/ide-file-targets.xml
index 6c3becb55..743bf78b1 100644
--- a/trunk/nbproject/ide-file-targets.xml
+++ b/trunk/nbproject/ide-file-targets.xml
@@ -8,13 +8,11 @@
-
+
-
-
-
+
diff --git a/trunk/src/com/jpexs/decompiler/flash/Configuration.java b/trunk/src/com/jpexs/decompiler/flash/Configuration.java
index 681210b31..70c3e890c 100644
--- a/trunk/src/com/jpexs/decompiler/flash/Configuration.java
+++ b/trunk/src/com/jpexs/decompiler/flash/Configuration.java
@@ -128,7 +128,7 @@ public class Configuration {
ObjectInputStream ois = null;
try {
ois = new ObjectInputStream(new FileInputStream(file));
-
+
config = (HashMap) ois.readObject();
} catch (FileNotFoundException ex) {
} catch (ClassNotFoundException cnf) {
diff --git a/trunk/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java b/trunk/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java
index b04104892..f5ab543c2 100644
--- a/trunk/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java
+++ b/trunk/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java
@@ -62,12 +62,12 @@ public class AVM2GraphSource extends GraphSource {
return code.code.isEmpty();
}
- @Override
+ @Override
@SuppressWarnings("unchecked")
public List translatePart(GraphPart part, List