apply jalview code style
[jalview.git] / src / jalview / io / HTMLOutput.java
index ef917d1..f131ce6 100755 (executable)
@@ -43,10 +43,10 @@ public class HTMLOutput
     fr = new FeatureRenderer(ap);
     fr.transferSettings(fr1);
 
-    JalviewFileChooser chooser = new JalviewFileChooser(jalview.bin.Cache
-            .getProperty("LAST_DIRECTORY"), new String[]
-    { "html" }, new String[]
-    { "HTML files" }, "HTML files");
+    JalviewFileChooser chooser = new JalviewFileChooser(
+            jalview.bin.Cache.getProperty("LAST_DIRECTORY"), new String[]
+            { "html" }, new String[]
+            { "HTML files" }, "HTML files");
 
     chooser.setFileView(new JalviewFileView());
     chooser.setDialogTitle("Save as HTML");
@@ -109,8 +109,7 @@ public class HTMLOutput
   void drawUnwrappedAlignment(PrintWriter out)
   {
     out.println("<table border=\"1\"><tr><td>\n");
-    out
-            .println("<table border=\"0\"  cellpadding=\"0\" cellspacing=\"0\">\n");
+    out.println("<table border=\"0\"  cellpadding=\"0\" cellspacing=\"0\">\n");
 
     // ////////////
     SequenceI seq;
@@ -182,8 +181,7 @@ public class HTMLOutput
     String b;
 
     out.println("<table border=\"1\"><tr><td>\n");
-    out
-            .println("<table border=\"0\"  cellpadding=\"0\" cellspacing=\"0\">\n");
+    out.println("<table border=\"0\"  cellpadding=\"0\" cellspacing=\"0\">\n");
 
     for (int startRes = 0; startRes < al.getWidth(); startRes += av
             .getWrappedWidth())