apply jalview code style
[jalview.git] / src / jalview / gui / FontChooser.java
index 0323b58..12493eb 100755 (executable)
@@ -264,7 +264,7 @@ public class FontChooser extends GFontChooser
     Cache.setProperty("FONT_NAME", fontName.getSelectedItem().toString());
     Cache.setProperty("FONT_STYLE", fontStyle.getSelectedIndex() + "");
     Cache.setProperty("FONT_SIZE", fontSize.getSelectedItem().toString());
-    Cache.setProperty("ANTI_ALIAS", Boolean.toString(smoothFont
-            .isSelected()));
+    Cache.setProperty("ANTI_ALIAS",
+            Boolean.toString(smoothFont.isSelected()));
   }
 }