diff liba52/resample.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents fdb8244da1e5
children 5f28e617c078
line wrap: on
line diff
--- a/liba52/resample.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/liba52/resample.c	Sat Dec 17 18:14:38 2005 +0000
@@ -37,7 +37,7 @@
 	a52_resample=tmp;
 	return tmp;
     }
-    
+
     av_log(NULL, AV_LOG_ERROR, "Unimplemented resampler for mode 0x%X -> %d channels conversion - Contact MPlayer developers!\n", flags, chans);
     return NULL;
 }