From 1fb5ffff0b704038a90e03860ecce63be2deb988 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 16 Jan 2009 20:29:43 +0200 Subject: Fix indentation to use only tabs --- sbc/sbc_primitives.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbc/sbc_primitives.h') diff --git a/sbc/sbc_primitives.h b/sbc/sbc_primitives.h index a8b3df6e..91b72eef 100644 --- a/sbc/sbc_primitives.h +++ b/sbc/sbc_primitives.h @@ -33,13 +33,13 @@ struct sbc_encoder_state { int position[2]; int16_t SBC_ALIGNED X[2][256]; /* Polyphase analysis filter for 4 subbands configuration, - it handles 4 blocks at once */ + * it handles 4 blocks at once */ void (*sbc_analyze_4b_4s)(int16_t *pcm, int16_t *x, - int32_t *out, int out_stride); + int32_t *out, int out_stride); /* Polyphase analysis filter for 8 subbands configuration, - it handles 4 blocks at once */ + * it handles 4 blocks at once */ void (*sbc_analyze_4b_8s)(int16_t *pcm, int16_t *x, - int32_t *out, int out_stride); + int32_t *out, int out_stride); }; /* -- cgit