JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / ext / jmol / JmolParser.java
index 0ca2ba8..92c762b 100644 (file)
@@ -92,6 +92,7 @@ public class JmolParser extends StructureFile implements JmolStatusListener
   {
     super(fp, doXferSettings);
   }
+
   public JmolParser(FileParse fp) throws IOException
   {
     super(fp);
@@ -488,7 +489,8 @@ public class JmolParser extends StructureFile implements JmolStatusListener
   {
     int length = sq.getLength();
     boolean ssFound = false;
-    Annotation asecstr[] = new Annotation[length + (firstResNum-sq.getStart())];
+    Annotation asecstr[] = new Annotation[length
+            + (firstResNum - sq.getStart())];
     for (int p = 0; p < length; p++)
     {
       if (secstr[p] >= 'A' && secstr[p] <= 'z')