diff tremor/mdct_lookup.h @ 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/mdct_lookup.h	Wed May 13 02:58:57 2009 +0000
+++ b/tremor/mdct_lookup.h	Wed May 13 15:22:13 2009 +0000
@@ -14,7 +14,7 @@
  function: sin,cos lookup tables
 
  ********************************************************************/
-  
+
 #include "os_types.h"
 
 /* {sin(2*i*PI/4096), cos(2*i*PI/4096)}, with i = 0 to 512 */
@@ -277,7 +277,7 @@
   X(0x5a3b47ab), X(0x5ac973b5), X(0x5a5ee79a), X(0x5aa5fda5),
   X(0x5a82799a), X(0x5a82799a)
   };
-  
+
   /* {sin((2*i+1)*PI/4096), cos((2*i+1)*PI/4096)}, with i = 0 to 511 */
 static LOOKUP_T sincos_lookup1[1024] = {
   X(0x001921fb), X(0x7ffffd88), X(0x004b65ee), X(0x7fffe9cb),
@@ -537,4 +537,4 @@
   X(0x5a05bdae), X(0x5afe8a8b), X(0x5a29727b), X(0x5adb297d),
   X(0x5a4d1960), X(0x5ab7ba6c), X(0x5a70b258), X(0x5a943d5e),
 };
-  
+