formatting
[jalview.git] / src / jalview / gui / PromptUserConfig.java
index d50d2f2..90302f3 100644 (file)
@@ -206,8 +206,9 @@ public class PromptUserConfig implements Runnable
               (allowCancel) ? JOptionPane.YES_NO_CANCEL_OPTION
                       : JOptionPane.YES_NO_OPTION,
               JOptionPane.QUESTION_MESSAGE);
-      // now, ask the desktop to relayer any external windows that might have been obsured
-      if (Desktop.instance!=null)
+      // now, ask the desktop to relayer any external windows that might have
+      // been obsured
+      if (Desktop.instance != null)
       {
         Desktop.instance.relayerWindows();
       }