formatting
[jalview.git] / src / jalview / gui / SeqCanvas.java
index 57aeebe..be5c7ae 100755 (executable)
@@ -572,7 +572,8 @@ public class SeqCanvas extends JComponent
           annotations = new AnnotationPanel(av);
         }
 
-        annotations.renderer.drawComponent(annotations, av, (Graphics2D) g, -1, startRes, endx + 1);
+        annotations.renderer.drawComponent(annotations, av, (Graphics2D) g,
+                -1, startRes, endx + 1);
         g.translate(0, -cHeight - ypos - 3);
       }
       g.setClip(clip);
@@ -920,8 +921,8 @@ public class SeqCanvas extends JComponent
           break;
         }
 
-        group = (SequenceGroup) av.getAlignment().getGroups().get(
-                groupIndex);
+        group = (SequenceGroup) av.getAlignment().getGroups()
+                .get(groupIndex);
 
       } while (groupIndex < av.getAlignment().getGroups().size());