From d78c1ea16fd18eeca9d7f8a0c5b80716cf84a163 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Thu, 17 Jul 2008 23:43:48 +0000
Subject: [PATCH] indent

Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
---
 libswscale/swscale_template.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 221c4961a08..45cd491d53b 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -1006,14 +1006,14 @@ static inline void RENAME(yuv2yuv1)(SwsContext *c, int16_t *lumSrc, int16_t *chr
             );
         }
     }else{
-    while(p--){
-        asm volatile(
-            YSCALEYUV2YV121
-            :: "r" (src[p]), "r" (dst[p] + counter[p]),
-            "g" (-counter[p])
-            : "%"REG_a
-        );
-    }
+        while(p--){
+            asm volatile(
+                YSCALEYUV2YV121
+                :: "r" (src[p]), "r" (dst[p] + counter[p]),
+                "g" (-counter[p])
+                : "%"REG_a
+            );
+        }
     }
 
 #else
-- 
GitLab