From 98f9f48ccb1276d2fc3bcf4592cc1febea796e4b Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 11 Aug 2009 20:48:02 +0400 Subject: Aesthetics Reformat to make item borders more visible Fix cases of stray tabs and vertical misalignments Signed-off-by: malc --- audio/coreaudio.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'audio/coreaudio.c') diff --git a/audio/coreaudio.c b/audio/coreaudio.c index 349447099..dab4e5f30 100644 --- a/audio/coreaudio.c +++ b/audio/coreaudio.c @@ -513,14 +513,18 @@ static void coreaudio_audio_fini (void *opaque) } static struct audio_option coreaudio_options[] = { - {.name = "BUFFER_SIZE", - .tag = AUD_OPT_INT, - .valp = &conf.buffer_frames, - .descr = "Size of the buffer in frames"}, - {.name = "BUFFER_COUNT", - .tag = AUD_OPT_INT, - .valp = &conf.nbuffers, - .descr = "Number of buffers"}, + { + .name = "BUFFER_SIZE", + .tag = AUD_OPT_INT, + .valp = &conf.buffer_frames, + .descr = "Size of the buffer in frames" + }, + { + .name = "BUFFER_COUNT", + .tag = AUD_OPT_INT, + .valp = &conf.nbuffers, + .descr = "Number of buffers" + }, { /* End of list */ } }; -- cgit v1.2.3