mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: minor spacing and brace fix.
There isn't an official Java style, but this seems to be consistent with everything else.
This commit is contained in:
@ -53,9 +53,11 @@ public final class TvMainActivity extends FragmentActivity implements MainView
|
||||
|
||||
// Stuff in this block only happens when this activity is newly created (i.e. not a rotation)
|
||||
if (savedInstanceState == null)
|
||||
{
|
||||
StartupHandler.HandleInit(this);
|
||||
}
|
||||
// Setup and/or sync channels
|
||||
TvUtil.scheduleSyncingChannel(getApplicationContext());
|
||||
TvUtil.scheduleSyncingChannel(getApplicationContext());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user