Fix formatting to be like original default

--HG--
branch : sounddata-samplecount
This commit is contained in:
darthfodder
2013-04-07 18:25:59 -07:00
parent f55a282f34
commit 2bdc4b04a8
+1 -1
View File
@@ -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)