apply jalview code style
[jalview.git] / src / jalview / analysis / AlignmentSorter.java
index 0ea479d..158fe81 100755 (executable)
@@ -798,9 +798,8 @@ public class AlignmentSorter
         // filter for selection criteria
         if (
         // ignore features outwith alignment start-stop positions.
-        (sf[f].end < sstart || sf[f].begin > sstop)
-                ||
-                // or ignore based on selection criteria
+        (sf[f].end < sstart || sf[f].begin > sstop) ||
+        // or ignore based on selection criteria
                 (featureLabels != null && !AlignmentSorter
                         .containsIgnoreCase(sf[f].type, featureLabels))
                 || (groupLabels != null