Skip to content

Commit

Permalink
Fixed whitespace issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
forteri76 committed Apr 14, 2015
1 parent 1226ee0 commit 029365a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/peculiargames/andmodplug/PlayerThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 029365a

Please sign in to comment.