From 6e9cbdc10448203e7c8b2de41447442fcc9f7bae Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 13 May 2009 02:58:57 +0000 Subject: whitespace cosmetics: Remove all trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_mpegpes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libao2/ao_mpegpes.c') diff --git a/libao2/ao_mpegpes.c b/libao2/ao_mpegpes.c index 3746d24b4e..64cb05fa03 100644 --- a/libao2/ao_mpegpes.c +++ b/libao2/ao_mpegpes.c @@ -63,7 +63,7 @@ int vo_mpegpes_fd2 = -1; #include -static const ao_info_t info = +static const ao_info_t info = { #ifdef CONFIG_DVB "DVB audio output", @@ -194,7 +194,7 @@ static int preinit(const char *arg) #ifdef CONFIG_DVB if(!ao_file) return init_device(card); -#else +#else if(!ao_file) return vo_mpegpes_fd; //video fd #endif -- cgit v1.2.3