Whitespace cleanup

This commit is contained in:
drdev
2014-08-06 04:47:44 +00:00
parent 10ed5c3db1
commit 314c46bae5

View File

@@ -442,6 +442,7 @@ public class GuiMobile implements IGuiBase {
public void browseToUrl(String url) throws Exception { public void browseToUrl(String url) throws Exception {
Gdx.net.openURI(url); Gdx.net.openURI(url);
} }
@Override @Override
public LobbyPlayer getGuiPlayer() { public LobbyPlayer getGuiPlayer() {
return FControl.getGuiPlayer(); return FControl.getGuiPlayer();