From 121cb806965ad43eaeba525a9fe1883a13e2821c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 13 Mar 2017 08:59:22 +0100 Subject: JANITORIAL: Remove trailing spaces --- gui/gui-manager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp index 43e3fa378d..6f9fd8b13a 100644 --- a/gui/gui-manager.cpp +++ b/gui/gui-manager.cpp @@ -345,11 +345,11 @@ void GuiManager::runLoop() { // triggered in 3x mode or when running ScummVM under Valgrind.) if (activeDialog != getTopDialog() && event.type != Common::EVENT_SCREEN_CHANGED) { processEvent(event, getTopDialog()); - continue; + continue; } - + processEvent(event, activeDialog); - + if (lastRedraw + waitTime < _system->getMillis(true)) { lastRedraw = _system->getMillis(true); -- cgit v1.2.3