diff libswscale/rgb2rgb_template.c @ 25749:8d082a234a6d

Remove non cosmetic spaces inside parentheses.
author benoit
date Thu, 17 Jan 2008 08:57:15 +0000
parents a362a3b42e24
children 06bf0eb70a55
line wrap: on
line diff
--- a/libswscale/rgb2rgb_template.c	Thu Jan 17 08:12:23 2008 +0000
+++ b/libswscale/rgb2rgb_template.c	Thu Jan 17 08:57:15 2008 +0000
@@ -53,7 +53,7 @@
 #define PREFETCH  "prefetch"
 #define PREFETCHW "prefetchw"
 #define PAVGB     "pavgusb"
-#elif defined ( HAVE_MMX2 )
+#elif defined (HAVE_MMX2)
 #define PREFETCH "prefetchnta"
 #define PREFETCHW "prefetcht0"
 #define PAVGB     "pavgb"
@@ -1727,7 +1727,7 @@
         }
 #endif
 #endif
-        if ((y&(vertLumPerChroma-1))==(vertLumPerChroma-1) )
+        if ((y&(vertLumPerChroma-1))==(vertLumPerChroma-1))
         {
             usrc += chromStride;
             vsrc += chromStride;