changeset 8620:3d2806d0390a libavcodec

Alpha: indentation
author mru
date Sun, 18 Jan 2009 05:52:15 +0000
parents ce9b3d6a0abf
children 72e109759617
files alpha/dsputil_alpha.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/alpha/dsputil_alpha.c	Sun Jan 18 05:52:12 2009 +0000
+++ b/alpha/dsputil_alpha.c	Sun Jan 18 05:52:15 2009 +0000
@@ -359,8 +359,8 @@
     if (!avctx->lowres &&
         (avctx->idct_algo == FF_IDCT_AUTO ||
          avctx->idct_algo == FF_IDCT_SIMPLEALPHA)) {
-    c->idct_put = simple_idct_put_axp;
-    c->idct_add = simple_idct_add_axp;
-    c->idct = simple_idct_axp;
+        c->idct_put = simple_idct_put_axp;
+        c->idct_add = simple_idct_add_axp;
+        c->idct = simple_idct_axp;
     }
 }