Small coding style fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-11-06 11:18:26 +00:00
parent 53bc794334
commit ef367a8a81
1 changed files with 2 additions and 1 deletions

View File

@ -1148,7 +1148,8 @@ RecorderWindow::AddSoundItem(const BEntry& entry, bool temp)
}
void
RecorderWindow::RecordFile(void * cookie, bigtime_t timestamp, void * data, size_t size, const media_raw_audio_format & format)
RecorderWindow::RecordFile(void * cookie, bigtime_t timestamp,
void * data, size_t size, const media_raw_audio_format & format)
{
// Callback called from the SoundConsumer when receiving buffers.
assert((format.format & 0x02) && format.channel_count);