changeset 6370:41486e3abc1a libavcodec

fix broken indentation
author gpoirier
date Tue, 19 Feb 2008 07:20:03 +0000
parents 00a1fa8989d7
children f1d701294a89
files ppc/mpegvideo_altivec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/mpegvideo_altivec.c	Tue Feb 19 07:19:15 2008 +0000
+++ b/ppc/mpegvideo_altivec.c	Tue Feb 19 07:20:03 2008 +0000
@@ -603,7 +603,7 @@
 
 void MPV_common_init_altivec(MpegEncContext *s)
 {
-     if (mm_flags & (MM_ALTIVEC == 0)) return;
+    if (mm_flags & (MM_ALTIVEC == 0)) return;
 
     if (s->avctx->lowres==0)
     {