# HG changeset patch # User gpoirier # Date 1203405603 0 # Node ID 41486e3abc1aa12ff8d5af4dee6b8f9aacd3dc2e # Parent 00a1fa8989d7c535de89cbc21bc64f96188bcc7d fix broken indentation diff -r 00a1fa8989d7 -r 41486e3abc1a ppc/mpegvideo_altivec.c --- 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) {