JAL-1517 source formatting
[jalview.git] / src / jalview / io / AlignFile.java
index bb90d2d..c3c86d6 100755 (executable)
@@ -68,8 +68,10 @@ public abstract class AlignFile extends FileParse
    */
   public AlignFile()
   {
-         // Shouldn't we init data structures (JBPNote: not sure - initData is for initialising the structures used for reading from a datasource, and the bare constructor hasn't got any datasource)
-         initData();
+    // Shouldn't we init data structures (JBPNote: not sure - initData is for
+    // initialising the structures used for reading from a datasource, and the
+    // bare constructor hasn't got any datasource)
+    initData();
   }
 
   /**