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/sdlaudio.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'audio/sdlaudio.c') diff --git a/audio/sdlaudio.c b/audio/sdlaudio.c index 864060d16b..895c3bfdac 100644 --- a/audio/sdlaudio.c +++ b/audio/sdlaudio.c @@ -420,10 +420,12 @@ static void sdl_audio_fini (void *opaque) } static struct audio_option sdl_options[] = { - {.name = "SAMPLES", - .tag = AUD_OPT_INT, - .valp = &conf.nb_samples, - .descr = "Size of SDL buffer in samples"}, + { + .name = "SAMPLES", + .tag = AUD_OPT_INT, + .valp = &conf.nb_samples, + .descr = "Size of SDL buffer in samples" + }, { /* End of list */ } }; -- cgit v1.2.1