aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/imuse_channel.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-07-14 13:33:58 +0000
committerTorbjörn Andersson2006-07-14 13:33:58 +0000
commit6358547a434a30283c7eeacab6e6f822fd2073d2 (patch)
treeb3f31db9dce97586f5df624e12be40b91d81d800 /engines/scumm/smush/imuse_channel.cpp
parentfb3a3f75aa150d428d28dbb5a2391e833387946b (diff)
downloadscummvm-rg350-6358547a434a30283c7eeacab6e6f822fd2073d2.tar.gz
scummvm-rg350-6358547a434a30283c7eeacab6e6f822fd2073d2.tar.bz2
scummvm-rg350-6358547a434a30283c7eeacab6e6f822fd2073d2.zip
More whitespace changes.
svn-id: r23496
Diffstat (limited to 'engines/scumm/smush/imuse_channel.cpp')
-rw-r--r--engines/scumm/smush/imuse_channel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/smush/imuse_channel.cpp b/engines/scumm/smush/imuse_channel.cpp
index 76a10a9e9e..9afbfe8d47 100644
--- a/engines/scumm/smush/imuse_channel.cpp
+++ b/engines/scumm/smush/imuse_channel.cpp
@@ -140,7 +140,7 @@ bool ImuseChannel::handleStop(Chunk &src) {
bool ImuseChannel::handleMap(Chunk &map) {
while (!map.eof()) {
Chunk *sub = map.subBlock();
- switch(sub->getType()) {
+ switch (sub->getType()) {
case TYPE_FRMT:
handleFormat(*sub);
break;
@@ -213,7 +213,7 @@ bool ImuseChannel::handleSubTags(int32 &offset) {
Chunk::type type = READ_BE_UINT32(_tbuffer + offset);
uint32 size = READ_BE_UINT32(_tbuffer + offset + 4);
uint32 available_size = _tbufferSize - offset;
- switch(type) {
+ switch (type) {
case TYPE_MAP_:
_inData = false;
if (available_size >= (size + 8)) {