JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / renderer / seqfeatures / FeatureRenderer.java
index 0f2a49c..2957e49 100644 (file)
@@ -157,8 +157,8 @@ public class FeatureRenderer extends
    * This is used by the Molecule Viewer and Overview to get the accurate
    * colourof the rendered sequence
    */
-  public synchronized int findFeatureColour(int initialCol, final SequenceI seq,
-          int column)
+  public synchronized int findFeatureColour(int initialCol,
+          final SequenceI seq, int column)
   {
     if (!av.isShowSequenceFeatures())
     {
@@ -316,7 +316,7 @@ public class FeatureRenderer extends
         }
 
         if (offscreenRender && offscreenImage == null)
-        {      
+        {
           if (sequenceFeature.begin <= start
                   && sequenceFeature.end >= start)
           {