aboutsummaryrefslogtreecommitdiff
path: root/sound/voc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/voc.cpp')
-rw-r--r--sound/voc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/voc.cpp b/sound/voc.cpp
index 0fc224521e..5f6118537f 100644
--- a/sound/voc.cpp
+++ b/sound/voc.cpp
@@ -90,7 +90,7 @@ byte *loadVOCFromStream(Common::ReadStream &stream, int &size, int &rate, int &l
len |= stream.readByte() << 8;
len |= stream.readByte() << 16;
- switch(code) {
+ switch (code) {
case 1: {
int time_constant = stream.readByte();
int packing = stream.readByte();