JANITORIAL: Formatting fixes

This commit is contained in:
av-dx 2021-07-08 16:03:17 +05:30 committed by Eugene Sandulenko
parent 6b5c5ae0d6
commit 1f18febade
5 changed files with 15 additions and 20 deletions

View file

@ -58,8 +58,7 @@ void LauncherChooser::selectLauncher() {
delete _impl;
_impl = nullptr;
switch (requestedType)
{
switch (requestedType) {
case kLauncherDisplayGrid:
_impl = new LauncherGrid(Common::U32String("LauncherGrid"));
break;