From f99b896017cf8d4ac2998377b40a6c839a1bd91c Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 21 Nov 2010 21:54:46 +0000 Subject: Remove tabs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28635 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/wmadeci.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/codecs/libwma') diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c index f24ac13..9333f19 100644 --- a/apps/codecs/libwma/wmadeci.c +++ b/apps/codecs/libwma/wmadeci.c @@ -1232,7 +1232,7 @@ static int wma_decode_block(WMADecodeContext *s) for(ch = 0; ch < s->nb_channels; ++ch) { /* BLOCK_MAX_SIZE is 2048 (samples) and MAX_CHANNELS is 2. */ - static uint32_t scratch_buf[BLOCK_MAX_SIZE * MAX_CHANNELS] IBSS_ATTR; + static uint32_t scratch_buf[BLOCK_MAX_SIZE * MAX_CHANNELS] IBSS_ATTR; if (s->channel_coded[ch]) { int n4, index; @@ -1348,9 +1348,9 @@ int wma_decode_superframe_frame(WMADecodeContext* s, int done = 0; for(ch = 0; ch < s->nb_channels; ch++) - memmove(&((*s->frame_out)[ch][0]), - &((*s->frame_out)[ch][s->frame_len]), - s->frame_len * sizeof(fixed32)); + memmove(&((*s->frame_out)[ch][0]), + &((*s->frame_out)[ch][s->frame_len]), + s->frame_len * sizeof(fixed32)); if ((s->use_bit_reservoir) && (s->current_frame == 0)) { -- cgit v1.1