JANITORIAL: Formatting fixes
This commit is contained in:
parent
6b5c5ae0d6
commit
1f18febade
5 changed files with 15 additions and 20 deletions
|
@ -58,8 +58,7 @@ void LauncherChooser::selectLauncher() {
|
|||
delete _impl;
|
||||
_impl = nullptr;
|
||||
|
||||
switch (requestedType)
|
||||
{
|
||||
switch (requestedType) {
|
||||
case kLauncherDisplayGrid:
|
||||
_impl = new LauncherGrid(Common::U32String("LauncherGrid"));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue