apply jalview code style
[jalview.git] / src / MCview / PDBCanvas.java
index 3b00418..23de254 100755 (executable)
@@ -173,8 +173,8 @@ public class PDBCanvas extends JPanel implements MouseListener,
       // Now lets compare the sequences to get
       // the start and end points.
       // Align the sequence to the pdb
-      AlignSeq as = new AlignSeq(sequence, ((PDBChain) pdb.chains
-              .elementAt(i)).sequence, "pep");
+      AlignSeq as = new AlignSeq(sequence,
+              ((PDBChain) pdb.chains.elementAt(i)).sequence, "pep");
       as.calcScoreMatrix();
       as.traceAlignment();
       PrintStream ps = new PrintStream(System.out)
@@ -1069,7 +1069,8 @@ public class PDBCanvas extends JPanel implements MouseListener,
   // /StructureListener
   public String[] getPdbFile()
   {
-    return new String[] { pdbentry.getFile() };
+    return new String[]
+    { pdbentry.getFile() };
   }
 
   String lastMessage;