JAL-2189 source formatting
[jalview.git] / src / jalview / io / StructureFile.java
index 0bc6a73..7047f7f 100644 (file)
@@ -77,8 +77,8 @@ public abstract class StructureFile extends AlignFile
 
   }
 
-  public StructureFile(boolean parseImmediately, String dataObject, String type)
-          throws IOException
+  public StructureFile(boolean parseImmediately, String dataObject,
+          String type) throws IOException
   {
     super(parseImmediately, dataObject, type);
   }