formatting
[jalview.git] / src / jalview / datamodel / SearchResults.java
index 3efb713..0994f0f 100755 (executable)
@@ -143,9 +143,12 @@ public class SearchResults
             result[resultLength] = matchStart;
             result[resultLength + 1] = matchEnd;
           }
-        } else {\r
-          // debug\r
-          // System.err.println("Outwith bounds!" + matchStart+">"+end +"  or " + matchEnd+"<"+start);\r
+        }
+        else
+        {
+          // debug
+          // System.err.println("Outwith bounds!" + matchStart+">"+end +"  or "
+          // + matchEnd+"<"+start);
         }
       }
     }