From 2bdc4b04a87a602c12c58ec9593f622d89e4c07c Mon Sep 17 00:00:00 2001 From: darthfodder Date: Sun, 7 Apr 2013 18:25:59 -0700 Subject: [PATCH] Fix formatting to be like original default --HG-- branch : sounddata-samplecount --- src/modules/sound/SoundData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sound/SoundData.cpp b/src/modules/sound/SoundData.cpp index 753fdd472..2a4db4ac6 100644 --- a/src/modules/sound/SoundData.cpp +++ b/src/modules/sound/SoundData.cpp @@ -154,7 +154,7 @@ int SoundData::getSampleCount() const float SoundData::getDuration() const { - return float(size) /(channels*sampleRate*bits/8); + return float(size) / (channels*sampleRate*bits/8); } void SoundData::setSample(int i, float sample)