aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
diff options
context:
space:
mode:
authorMax Horn2009-09-30 16:16:53 +0000
committerMax Horn2009-09-30 16:16:53 +0000
commit8ba75fc522f16844524dd4d6f88c3851e2402969 (patch)
treedf25c20389e3e706d508f37914dedc73c6479f00 /sound/mods
parent25dde91c7c6c7da52636e3daa34bd9eee5d9dcb9 (diff)
downloadscummvm-rg350-8ba75fc522f16844524dd4d6f88c3851e2402969.tar.gz
scummvm-rg350-8ba75fc522f16844524dd4d6f88c3851e2402969.tar.bz2
scummvm-rg350-8ba75fc522f16844524dd4d6f88c3851e2402969.zip
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
Diffstat (limited to 'sound/mods')
-rw-r--r--sound/mods/infogrames.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mods/infogrames.cpp b/sound/mods/infogrames.cpp
index a5b3ea1f35..62c66d7765 100644
--- a/sound/mods/infogrames.cpp
+++ b/sound/mods/infogrames.cpp
@@ -320,7 +320,7 @@ void Infogrames::getNextSample(Channel &chn) {
chn.volSlide.curDelay2 = 0;
break;
case 0xE0: // 111xxxxx - Extended
- switch(cmd & 0x1F) {
+ switch (cmd & 0x1F) {
case 0: // Set period modifier
chn.periodMod = (int8) *chn.cmds++;
break;