aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-06 15:58:05 +0300
committerEugene Sandulenko2013-09-06 15:58:05 +0300
commitaf91d2a5ce61f395b207854e589ae917c623818f (patch)
tree762f7cd9dee3907e5c7609760c1b6482d94f153d /engines/fullpipe/modal.cpp
parentc55862a378f3c8d76fcfafaad1c2e993e663da46 (diff)
downloadscummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.tar.gz
scummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.tar.bz2
scummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.zip
FULLPIPE: Whitespace fix
Diffstat (limited to 'engines/fullpipe/modal.cpp')
-rw-r--r--engines/fullpipe/modal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp
index f7bc633ca6..6f1bc0cc1f 100644
--- a/engines/fullpipe/modal.cpp
+++ b/engines/fullpipe/modal.cpp
@@ -75,7 +75,7 @@ bool CModalIntro::handleMessage(ExCommand *message) {
if (message->_messageNum != 36)
return false;
- if (message->_keyCode != 13 && message->_keyCode != 27 && message->_keyCode != 32 )
+ if (message->_keyCode != 13 && message->_keyCode != 27 && message->_keyCode != 32)
return false;
if (_needRedraw) {