aboutsummaryrefslogtreecommitdiff
path: root/gui/gui-manager.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-03-13 08:59:22 +0100
committerEugene Sandulenko2017-03-13 08:59:22 +0100
commit121cb806965ad43eaeba525a9fe1883a13e2821c (patch)
tree54827ec87172d0bf55c7b1074631de8aa3fa98ec /gui/gui-manager.cpp
parent1ffb66185300f9e46d23225dc336160a758a18cb (diff)
downloadscummvm-rg350-121cb806965ad43eaeba525a9fe1883a13e2821c.tar.gz
scummvm-rg350-121cb806965ad43eaeba525a9fe1883a13e2821c.tar.bz2
scummvm-rg350-121cb806965ad43eaeba525a9fe1883a13e2821c.zip
JANITORIAL: Remove trailing spaces
Diffstat (limited to 'gui/gui-manager.cpp')
-rw-r--r--gui/gui-manager.cpp6
1 files 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);