formatting
[jalview.git] / src / jalview / appletgui / PaintRefresher.java
index 4e1bfaf..9d6eba5 100755 (executable)
@@ -26,7 +26,7 @@ import jalview.datamodel.*;
 
 /**
  * DOCUMENT ME!
- *
+ * 
  * @author $author$
  * @version $Revision$
  */
@@ -36,7 +36,7 @@ public class PaintRefresher
 
   /**
    * DOCUMENT ME!
-   *
+   * 
    * @param comp
    *          DOCUMENT ME!
    * @param al
@@ -184,9 +184,11 @@ public class PaintRefresher
       {
         if (i < comp.getHeight())
         {
-          // TODO: the following does not trigger any recalculation of height/etc, or maintain the dataset
+          // TODO: the following does not trigger any recalculation of
+          // height/etc, or maintain the dataset
           List<SequenceI> alsq;
-          synchronized (alsq=comp.getSequences()) {
+          synchronized (alsq = comp.getSequences())
+          {
             alsq.add(i, a1[i]);
           }
         }
@@ -244,7 +246,8 @@ public class PaintRefresher
       }
     }
     AlignmentPanel[] result = new AlignmentPanel[tmp.size()];
-    for (int ix=0;ix<result.length;ix++) {
+    for (int ix = 0; ix < result.length; ix++)
+    {
       result[ix] = (AlignmentPanel) tmp.elementAt(ix);
     }