changeset 29503:a3e1ef1c76d0

Fix inconsistent indentation.
author ramiro
date Sat, 22 Aug 2009 19:30:19 +0000
parents 9fa45a007afe
children 940fb22fd9dd
files libswscale/swscale-example.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale-example.c	Fri Aug 21 16:54:57 2009 +0000
+++ b/libswscale/swscale-example.c	Sat Aug 22 19:30:19 2009 +0000
@@ -37,7 +37,7 @@
         || (x)==PIX_FMT_GRAY16BE    \
         || (x)==PIX_FMT_GRAY16LE    \
     )
-#define hasChroma(x)   (!(           \
+#define hasChroma(x)   (!(          \
             isGray(x)               \
         || (x)==PIX_FMT_MONOBLACK   \
         || (x)==PIX_FMT_MONOWHITE   \
@@ -165,7 +165,7 @@
            flags, ssdY, ssdU, ssdV, ssdA);
     fflush(stdout);
 
-    end:
+end:
 
     sws_freeContext(srcContext);
     sws_freeContext(dstContext);