From 92df8910015421fc0a65905a73ba323dd3391f28 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Tue, 7 Aug 2007 12:53:22 +0000 Subject: [PATCH] More indentation Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/alac.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index c69b07c01..43efa7900 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -599,11 +599,11 @@ static int alac_decode_frame(AVCodecContext *avctx, case 16: if (channels == 2) { reconstruct_stereo_16(alac->outputsamples_buffer, - (int16_t*)outbuffer, - alac->numchannels, - outputsamples, - interlacing_shift, - interlacing_leftweight); + (int16_t*)outbuffer, + alac->numchannels, + outputsamples, + interlacing_shift, + interlacing_leftweight); } else { int i; for (i = 0; i < outputsamples; i++) { -- 2.34.1