# HG changeset patch # User diego # Date 1221430814 0 # Node ID 4ce4a18cae8e2c1e4d0edc13c66207630c7ec132 # Parent dc8d9cc3369ef64080eb8d0af34573c02d628ec7 cosmetics: Fix indentation. diff -r dc8d9cc3369e -r 4ce4a18cae8e imgresample.c --- a/imgresample.c Sun Sep 14 22:18:50 2008 +0000 +++ b/imgresample.c Sun Sep 14 22:20:14 2008 +0000 @@ -408,10 +408,10 @@ else #endif #ifdef HAVE_ALTIVEC - if ((mm_flags & MM_ALTIVEC) && NB_TAPS == 4 && FILTER_BITS <= 6) - v_resample16_altivec(output, owidth, - s->line_buf + (ring_y - NB_TAPS + 1) * owidth, owidth, - &s->v_filters[phase_y][0]); + if ((mm_flags & MM_ALTIVEC) && NB_TAPS == 4 && FILTER_BITS <= 6) + v_resample16_altivec(output, owidth, + s->line_buf + (ring_y - NB_TAPS + 1) * owidth, + owidth, &s->v_filters[phase_y][0]); else #endif v_resample(output, owidth,