From ef367a8a812f660d86d50565b17b7c7b7330e11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 6 Nov 2008 11:18:26 +0000 Subject: [PATCH] Small coding style fix. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28530 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/soundrecorder/RecorderWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/soundrecorder/RecorderWindow.cpp b/src/apps/soundrecorder/RecorderWindow.cpp index 420440a931..e69ef8a3bf 100644 --- a/src/apps/soundrecorder/RecorderWindow.cpp +++ b/src/apps/soundrecorder/RecorderWindow.cpp @@ -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);