From 029365a37a565c51c3c5347bc2798c8b20ff0a05 Mon Sep 17 00:00:00 2001 From: forteri76 Date: Tue, 14 Apr 2015 14:24:29 +0000 Subject: [PATCH] Fixed whitespace issues. --- src/com/peculiargames/andmodplug/PlayerThread.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/peculiargames/andmodplug/PlayerThread.java b/src/com/peculiargames/andmodplug/PlayerThread.java index 7d3d949..ccf4344 100644 --- a/src/com/peculiargames/andmodplug/PlayerThread.java +++ b/src/com/peculiargames/andmodplug/PlayerThread.java @@ -587,8 +587,7 @@ public boolean pausePlay(boolean immediate) { * slim possibility exists that we may invoke it when it has * been nullified. */ - } - catch (IllegalStateException ise) { + } catch (IllegalStateException ise) { /* * Nothing to do here, so just try to continue gracefully. */