diff tremor/window.c @ 29264:e83eef58b30a

Remove all kind of trailing whitespaces from all MPlayer's files. This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set.
author bircoph
date Wed, 13 May 2009 15:22:13 +0000
parents 8631a3803289
children
line wrap: on
line diff
--- a/tremor/window.c	Wed May 13 02:58:57 2009 +0000
+++ b/tremor/window.c	Wed May 13 15:22:13 2009 +0000
@@ -56,7 +56,7 @@
 void _vorbis_apply_window(ogg_int32_t *d,const void *window_p[2],
 			  long *blocksizes,
 			  int lW,int W,int nW){
-  
+
   LOOKUP_T *window[2]={window_p[0],window_p[1]};
   long n=blocksizes[W];
   long ln=blocksizes[lW];
@@ -67,7 +67,7 @@
 
   long rightbegin=n/2+n/4-rn/4;
   long rightend=rightbegin+rn/2;
-  
+
   int i,p;
 
   for(i=0;i<leftbegin;i++)