From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- libao2/ao_openal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libao2/ao_openal.c') diff --git a/libao2/ao_openal.c b/libao2/ao_openal.c index c80c49b27a..b00a77364a 100644 --- a/libao2/ao_openal.c +++ b/libao2/ao_openal.c @@ -42,7 +42,7 @@ #include "osdep/timer.h" #include "subopt-helper.h" -static const ao_info_t info = +static const ao_info_t info = { "OpenAL audio output", "openal", @@ -251,4 +251,3 @@ static float get_delay(void) { alGetSourcei(sources[0], AL_BUFFERS_QUEUED, &queued); return queued * CHUNK_SIZE / 2 / (float)ao_data.samplerate; } - -- cgit v1.2.3