aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-10-22 10:25:56 +0000
committerTorbjörn Andersson2004-10-22 10:25:56 +0000
commit5f7f3dc0d2f80cc422514c01c28bbaf00fa584a7 (patch)
tree5b14bdc7ce7733501f42a3883ca0f3e92d1e9e56 /scumm/script_v2.cpp
parente88cd31e4ddab2680cc6441bbbcfcd4d1241bbc4 (diff)
downloadscummvm-rg350-5f7f3dc0d2f80cc422514c01c28bbaf00fa584a7.tar.gz
scummvm-rg350-5f7f3dc0d2f80cc422514c01c28bbaf00fa584a7.tar.bz2
scummvm-rg350-5f7f3dc0d2f80cc422514c01c28bbaf00fa584a7.zip
Whitespace
svn-id: r15647
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 67c6ca0470..f9c7fb5fba 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -897,7 +897,7 @@ void ScummEngine_v2::o2_doSentence() {
// Execute or print the sentence
_opcode = fetchScriptByte();
- switch(_opcode) {
+ switch (_opcode) {
case 0:
// Do nothing (besides setting up the sentence above)
break;