Explorar o código

Fix formatting to be like original default

--HG--
branch : sounddata-samplecount
darthfodder %!s(int64=12) %!d(string=hai) anos
pai
achega
2bdc4b04a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/sound/SoundData.cpp

+ 1 - 1
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)