Skip to content

Commit 9c6d639

Browse files
UI: Small formatting fix.
1 parent 08ac34b commit 9c6d639

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

UI/GameSettingsScreen.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -914,9 +914,8 @@ void GameSettingsScreen::CreateSystemSettings(UI::ViewGroup *systemSettings) {
914914
screenManager()->RecreateAllViews();
915915
if (host)
916916
host->UpdateUI();
917-
return UI::EVENT_DONE;
918-
}
919-
);
917+
return UI::EVENT_DONE;
918+
});
920919
if (e.v)
921920
langScreen->SetPopupOrigin(e.v);
922921
screenManager()->push(langScreen);

0 commit comments

Comments
 (0)