JANITORIAL: Remove trailing spaces

This commit is contained in:
Eugene Sandulenko 2016-10-09 14:59:58 +02:00
parent c5efd9f748
commit dead4aa014
379 changed files with 1319 additions and 1319 deletions

View file

@ -3889,7 +3889,7 @@ bool LBMiniGameItem::togglePlaying(bool playing, bool restart) {
// Go back to the menu if requested, otherwise go to the requested page
if (returnToMenu)
_vm->addNotifyEvent(NotifyEvent(kLBNotifyGoToControls, 1));
else
else
_vm->addNotifyEvent(NotifyEvent(kLBNotifyChangePage, destPage));
return false;