apply jalview code style
[jalview.git] / src / jalview / appletgui / UserDefinedColours.java
index 7819ff3..188099a 100755 (executable)
@@ -194,9 +194,10 @@ public class UserDefinedColours extends Panel implements ActionListener,
     int width = 400;
 
     dialog.setBounds(alignframe.getBounds().x
-            + (alignframe.getSize().width - width) / 2, alignframe
-            .getBounds().y
-            + (alignframe.getSize().height - height) / 2, width, height);
+            + (alignframe.getSize().width - width) / 2,
+            alignframe.getBounds().y
+                    + (alignframe.getSize().height - height) / 2, width,
+            height);
 
   }