aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene13.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-04 14:42:52 +0200
committerEugene Sandulenko2016-09-04 14:42:52 +0200
commitb1fc0f69462feb635c2359087b63393d02f8f819 (patch)
tree9012d11c819f492ce958d8994456e932f7caf739 /engines/fullpipe/scenes/scene13.cpp
parent7395647518750506b96a157a7530d7d20d41f791 (diff)
downloadscummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.tar.gz
scummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.tar.bz2
scummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.zip
JANITORIAL: Fix whitespaces
Diffstat (limited to 'engines/fullpipe/scenes/scene13.cpp')
-rw-r--r--engines/fullpipe/scenes/scene13.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/fullpipe/scenes/scene13.cpp b/engines/fullpipe/scenes/scene13.cpp
index 1397248bd5..59be7a5e85 100644
--- a/engines/fullpipe/scenes/scene13.cpp
+++ b/engines/fullpipe/scenes/scene13.cpp
@@ -111,15 +111,15 @@ void sceneHandler13_testClose() {
void sceneHandler13_testOpen() {
switch (g_vars->scene13_handleR->_statics->_staticsId) {
- case ST_HDLR_DOWN:
+ case ST_HDLR_DOWN:
chainQueue(QU_SC13_OPENFAIL, 1);
break;
- case ST_HDLR_DOWN_GUM:
+ case ST_HDLR_DOWN_GUM:
chainQueue(QU_SC13_OPENSUCCESS, 1);
break;
- case ST_HDLR_GUM:
+ case ST_HDLR_GUM:
g_vars->scene13_handleR->changeStatics2(ST_HDLR_DOWN_GUM);
chainQueue(QU_SC13_OPENSUCCESS, 1);
@@ -259,14 +259,14 @@ int sceneHandler13(ExCommand *cmd) {
switch(cmd->_messageNum) {
case MSG_SC13_OPENBRIDGE:
sceneHandler13_openBridge();
- break;
+ break;
case MSG_SC13_TESTCLOSE:
sceneHandler13_testClose();
break;
case MSG_SC13_TESTOPEN:
- sceneHandler13_testOpen();
+ sceneHandler13_testOpen();
break;
case MSG_SC13_CLOSEBRIDGE: