JAL-2189 source formatting
[jalview.git] / src / jalview / gui / AppJmol.java
index 2299c26..24604ed 100644 (file)
@@ -511,8 +511,8 @@ public class AppJmol extends StructureViewerBase
     StringBuilder fileList = new StringBuilder();
     for (String s : files)
     {
-      fileList.append(SPACE).append(BACKSLASH).append(Platform.escapeString(s))
-              .append(BACKSLASH);
+      fileList.append(SPACE).append(BACKSLASH)
+              .append(Platform.escapeString(s)).append(BACKSLASH);
     }
     String filesString = fileList.toString();
 
@@ -544,8 +544,7 @@ public class AppJmol extends StructureViewerBase
         jmb.evalStateCommand(command);
       } catch (OutOfMemoryError oomerror)
       {
-        new OOMWarning(
-                "When trying to add structures to the Jmol viewer!",
+        new OOMWarning("When trying to add structures to the Jmol viewer!",
                 oomerror);
         Cache.log.debug("File locations are " + filesString);
       } catch (Exception ex)