diff libao2/ao_mpegpes.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 9a5b8c2ed6de
children 2eff450157cd
line wrap: on
line diff
--- a/libao2/ao_mpegpes.c	Tue May 12 19:25:35 2009 +0000
+++ b/libao2/ao_mpegpes.c	Wed May 13 02:58:57 2009 +0000
@@ -63,7 +63,7 @@
 
 #include <errno.h>
 
-static const ao_info_t info = 
+static const ao_info_t info =
 {
 #ifdef CONFIG_DVB
 	"DVB audio output",
@@ -194,7 +194,7 @@
 #ifdef CONFIG_DVB
 	if(!ao_file)
 		return init_device(card);
-#else	
+#else
 	if(!ao_file)
 		return vo_mpegpes_fd;	//video fd
 #endif