JAL-1517 source formatting
[jalview.git] / src / jalview / ext / jmol / PDBFileWithJmol.java
index 4691ff6..6553e26 100644 (file)
@@ -57,12 +57,10 @@ public class PDBFileWithJmol extends AlignFile implements
 
   Viewer viewer = null;
 
-  public PDBFileWithJmol(String inFile, String type)
-          throws IOException
+  public PDBFileWithJmol(String inFile, String type) throws IOException
   {
     super(inFile, type);
   }
-  
 
   public PDBFileWithJmol(FileParse fp) throws IOException
   {
@@ -176,7 +174,7 @@ public class PDBFileWithJmol extends AlignFile implements
                   pdbe.setId(getDataName());
                   sq.addPDBId(pdbe);
                   pdbe.setProperty(new Hashtable());
-                  pdbe.getProperty().put("CHAIN",""+_lastChainId);
+                  pdbe.getProperty().put("CHAIN", "" + _lastChainId);
                   seqs.add(sq);
                   if (!(biopoly.isDna() || biopoly.isRna()))
                   {