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:
parent
53bc794334
commit
ef367a8a81
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user