cosmetics: Fix indentation after last commit.
authorDiego Biurrun <diego@biurrun.de>
Tue, 2 Oct 2007 12:35:23 +0000 (12:35 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 2 Oct 2007 12:35:23 +0000 (12:35 +0000)
Originally committed as revision 10643 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ppc/dsputil_altivec.c

index 91c6741c2f62af2c896468917d46234417ace115..af78ccf8d02a2b934437fe4c7d1b022408d572bb 100644 (file)
@@ -1514,5 +1514,5 @@ void dsputil_init_altivec(DSPContext* c, AVCodecContext *avctx)
     c->hadamard8_diff[0] = hadamard8_diff16_altivec;
     c->hadamard8_diff[1] = hadamard8_diff8x8_altivec;
     if (ENABLE_VORBIS_DECODER)
-    c->vorbis_inverse_coupling = vorbis_inverse_coupling_altivec;
+        c->vorbis_inverse_coupling = vorbis_inverse_coupling_altivec;
 }