apply jalview code style
[jalview.git] / src / jalview / bin / Jalview.java
index e7fc917..39daac6 100755 (executable)
@@ -81,8 +81,9 @@ public class Jalview
             + System.getProperty("os.version"));
     if (new Platform().isAMac())
     {
-       System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Jalview");
-       System.setProperty("apple.laf.useScreenMenuBar", "true");
+      System.setProperty("com.apple.mrj.application.apple.menu.about.name",
+              "Jalview");
+      System.setProperty("apple.laf.useScreenMenuBar", "true");
     }
 
     ArgsParser aparser = new ArgsParser(args);
@@ -553,7 +554,7 @@ public class Jalview
       }
     }
     // and finally, turn off batch mode indicator - if the desktop still exists
-    if (desktop!=null)
+    if (desktop != null)
     {
       desktop.setInBatchMode(false);
     }