소스 검색

Fix formatting to be like original default

--HG--
branch : sounddata-samplecount
darthfodder 12 년 전
부모
커밋
2bdc4b04a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)