Check alignment has same sequence
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 37702af..0a3db6d 100644 (file)
@@ -151,7 +151,7 @@ public class StructureSelectionManager
       maxChain.makeExactMapping(maxAlignseq, sequence[s]);
 
       maxChain.transferRESNUMFeatures(sequence[s], null);
-      
+
       int[][] mapping = new int[sequence[s].getEnd() + 2][2];
       int resNum = -10000;
       int index = 0;