apply jalview code style
[jalview.git] / src / jalview / io / AppletFormatAdapter.java
index ee24238..b1952a9 100755 (executable)
@@ -597,11 +597,14 @@ public class AppletFormatAdapter
       if (!fp.isValid())
       {
         fp = null;
-      } else {
-      if (debug)
+      }
+      else
       {
-        System.out.println("Successful.");
-      }}
+        if (debug)
+        {
+          System.out.println("Successful.");
+        }
+      }
     } catch (Exception e)
     {
       if (debug)