From 8ba75fc522f16844524dd4d6f88c3851e2402969 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Sep 2009 16:16:53 +0000 Subject: Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) svn-id: r44495 --- sound/vag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/vag.cpp') 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; -- cgit v1.2.3