JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / io / BLCFile.java
index c7cf2d6..a499f75 100755 (executable)
@@ -153,7 +153,7 @@ public class BLCFile extends AlignFile
         }
       } while (!idsFound);
       if (line == null)
-       {
+      {
         break; // end of file.
       }
       int starCol = line.indexOf("*");