summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb_template.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2008-01-17 08:57:15 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2008-01-17 08:57:15 +0000
commite5091488a5eb830d29872b4a63c70b202d69a5a5 (patch)
tree74a1bfac86fa9f8a2929cc9b7b52d0ae87e678ea /libswscale/rgb2rgb_template.c
parent61dbf4e557b2f1b9ce3d6ddf2367f4d078db3996 (diff)
Remove non cosmetic spaces inside parentheses.
Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/rgb2rgb_template.c')
-rw-r--r--libswscale/rgb2rgb_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c
index 5daf089a71..7d3dbdbcad 100644
--- a/libswscale/rgb2rgb_template.c
+++ b/libswscale/rgb2rgb_template.c
@@ -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 @@ static inline void RENAME(yuvPlanartouyvy)(const uint8_t *ysrc, const uint8_t *u
}
#endif
#endif
- if ((y&(vertLumPerChroma-1))==(vertLumPerChroma-1) )
+ if ((y&(vertLumPerChroma-1))==(vertLumPerChroma-1))
{
usrc += chromStride;
vsrc += chromStride;