diff i386/h264dsp_mmx.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents d772011258ec
children bfabfdf9ce55
line wrap: on
line diff
--- a/i386/h264dsp_mmx.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/i386/h264dsp_mmx.c	Sat Dec 17 18:14:38 2005 +0000
@@ -384,7 +384,7 @@
         "psraw $5, %%mm6		\n\t"\
         "packuswb %%mm6, %%mm6		\n\t"\
         OP(%%mm6, (%1), A, d)\
-        "add %3, %1			\n\t"     
+        "add %3, %1			\n\t"
 
 #define QPEL_H264HV(A,B,C,D,E,F,OF)\
         "movd (%0), "#F"		\n\t"\
@@ -399,7 +399,7 @@
         "paddw "#F", "#A"		\n\t"\
         "paddw "#A", %%mm6		\n\t"\
         "movq %%mm6, "#OF"(%1)		\n\t"
-        
+
 #define QPEL_H264(OPNAME, OP, MMX)\
 static void OPNAME ## h264_qpel4_h_lowpass_ ## MMX(uint8_t *dst, uint8_t *src, int dstStride, int srcStride){\
     int h=4;\