whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27600 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-09-17 20:14:24 +00:00
parent 4ce1e1d2e4
commit eef7a6772e

View File

@ -434,7 +434,7 @@ MixerCore::MixThread()
/* We must read from the input buffer at a position (pos) that is always a multiple of fMixBufferFrameCount.
*/
int64 temp = frames_for_duration(fMixBufferFrameRate, start );
int64 temp = frames_for_duration(fMixBufferFrameRate, start);
frame_base = ((temp / fMixBufferFrameCount) + 1) * fMixBufferFrameCount;
time_base = duration_for_frames(fMixBufferFrameRate, frame_base);
Unlock();