diff i386/vp3dsp_sse2.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents fd5d7c732c6b
children 0b546eab515d
line wrap: on
line diff
--- a/i386/vp3dsp_sse2.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/i386/vp3dsp_sse2.c	Sat Dec 17 18:14:38 2005 +0000
@@ -36,21 +36,21 @@
 };
 
 static const unsigned int __align16 eight_data[] =
-{ 
-    0x00080008, 
+{
+    0x00080008,
     0x00080008,
-    0x00080008, 
-    0x00080008 
-}; 
+    0x00080008,
+    0x00080008
+};
 
 static const unsigned short __align16 SSE2_idct_data[7 * 8] =
 {
-    64277,64277,64277,64277,64277,64277,64277,64277, 
-    60547,60547,60547,60547,60547,60547,60547,60547, 
-    54491,54491,54491,54491,54491,54491,54491,54491, 
-    46341,46341,46341,46341,46341,46341,46341,46341, 
-    36410,36410,36410,36410,36410,36410,36410,36410, 
-    25080,25080,25080,25080,25080,25080,25080,25080, 
+    64277,64277,64277,64277,64277,64277,64277,64277,
+    60547,60547,60547,60547,60547,60547,60547,60547,
+    54491,54491,54491,54491,54491,54491,54491,54491,
+    46341,46341,46341,46341,46341,46341,46341,46341,
+    36410,36410,36410,36410,36410,36410,36410,36410,
+    25080,25080,25080,25080,25080,25080,25080,25080,
     12785,12785,12785,12785,12785,12785,12785,12785
 };
 
@@ -820,6 +820,6 @@
     SSE2_Row_IDCT();
 
     SSE2_Transpose();
-        
+
     SSE2_Column_IDCT();
 }