diff ppc/idct_altivec.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents b370288f004d
children bfabfdf9ce55
line wrap: on
line diff
--- a/ppc/idct_altivec.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/ppc/idct_altivec.c	Sat Dec 17 18:14:38 2005 +0000
@@ -86,7 +86,7 @@
     vy3 = vec_adds (t2, t6);				\
     vy4 = vec_subs (t2, t6);
 
-	
+
 #define IDCT								\
     vector_s16_t vx0, vx1, vx2, vx3, vx4, vx5, vx6, vx7;		\
     vector_s16_t vy0, vy1, vy2, vy3, vy4, vy5, vy6, vy7;		\