Merge branch 'releases/Release_2_10_0_Branch'
[jalview.git] / src / jalview / analysis / StructureFrequency.java
index ad3f8d9..a4ba204 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -218,7 +218,7 @@ public class StructureFrequency
         if (canonicalOrWobblePairCount >= otherPairCount)
         {
           maxResidue = (canonicalOrWobblePairCount - canonical) < canonical ? "("
-                : "[";
+                  : "[";
         }
         else
         {