formatting
[jalview.git] / src / jalview / appletgui / SliderPanel.java
index 2046df6..dce39ea 100755 (executable)
@@ -207,7 +207,7 @@ public class SliderPanel extends Panel implements ActionListener,
       toChange = cs;
     }
 
-    do 
+    do
     {
       if (allGroups != null)
       {
@@ -223,7 +223,7 @@ public class SliderPanel extends Panel implements ActionListener,
         toChange.setThreshold(i, ap.av.getIgnoreGapsConsensus());
       }
 
-    } while (allGroups!=null && allGroups.hasNext());
+    } while (allGroups != null && allGroups.hasNext());
 
     ap.seqPanel.seqCanvas.repaint();