From caa8a5ca16d702538f3e8c66357ea343fd37749f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 20 Jun 2016 07:43:14 -0700 Subject: [PATCH] Formatting tweaks. --- .../java/com/threerings/getdown/launcher/GetdownApp.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/threerings/getdown/launcher/GetdownApp.java b/src/main/java/com/threerings/getdown/launcher/GetdownApp.java index dc6b06a..57818ff 100644 --- a/src/main/java/com/threerings/getdown/launcher/GetdownApp.java +++ b/src/main/java/com/threerings/getdown/launcher/GetdownApp.java @@ -186,10 +186,10 @@ public class GetdownApp } @Override - protected void fail(String message) { - // If the frame was set to be undecorated, make window decoration available + protected void fail (String message) { + // if the frame was set to be undecorated, make window decoration available // to allow the user to close the window - if(_frame != null && _frame.isUndecorated()){ + if (_frame != null && _frame.isUndecorated()) { _frame.dispose(); _frame.setUndecorated(false); showContainer();