changeset 30044:601cc3ad5cb2

Indent.
author ramiro
date Sun, 20 Dec 2009 17:15:01 +0000
parents 6e9c29e16658
children ddf16edcc048
files libswscale/swscale_template.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale_template.c	Sun Dec 20 17:09:46 2009 +0000
+++ b/libswscale/swscale_template.c	Sun Dec 20 17:15:01 2009 +0000
@@ -2945,8 +2945,8 @@
     if (c->flags & SWS_FAST_BILINEAR)
 #endif
     {
-    c->hyscale_fast = RENAME(hyscale_fast);
-    c->hcscale_fast = RENAME(hcscale_fast);
+        c->hyscale_fast = RENAME(hyscale_fast);
+        c->hcscale_fast = RENAME(hcscale_fast);
     }
 
     c->hcscale_internal = NULL;