aboutsummaryrefslogtreecommitdiff
path: root/sound/vag.cpp
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/vag.cpp
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/vag.cpp')
-rw-r--r--sound/vag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/vag.cpp b/sound/vag.cpp
index a08c1c0a72..688db2ce1c 100644
--- a/sound/vag.cpp
+++ b/sound/vag.cpp
@@ -106,7 +106,7 @@ int VagStream::readBuffer(int16 *buffer, const int numSamples) {
_samplesRemaining = 28 - i;
}
- if(_loop && _stream->eos())
+ if (_loop && _stream->eos())
rewind();
return samplesDecoded;