From bd4f8576fef4a043df01d75a54719e1955b29f3a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 18 Apr 2009 18:15:39 +0200 Subject: osxringbuffer: Run gst-indent. --- sys/osxaudio/gstosxringbuffer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/osxaudio') diff --git a/sys/osxaudio/gstosxringbuffer.c b/sys/osxaudio/gstosxringbuffer.c index f6a72db7..794ef63f 100644 --- a/sys/osxaudio/gstosxringbuffer.c +++ b/sys/osxaudio/gstosxringbuffer.c @@ -412,7 +412,9 @@ gst_osx_ring_buffer_acquire (GstRingBuffer * buf, GstRingBufferSpec * spec) goto done; } - spec->segsize = (spec->latency_time * spec->rate / G_USEC_PER_SEC) * spec->bytes_per_sample; + spec->segsize = + (spec->latency_time * spec->rate / G_USEC_PER_SEC) * + spec->bytes_per_sample; spec->segtotal = spec->buffer_time / spec->latency_time; /* create AudioBufferList needed for recording */ -- cgit