diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-01-16 20:29:43 +0200 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-01-16 20:29:43 +0200 | 
| commit | 1fb5ffff0b704038a90e03860ecce63be2deb988 (patch) | |
| tree | 0c8ce3fc41f89beee154cbfbfcd53b9b57ce7e11 /sbc/sbc_primitives.h | |
| parent | 03e7c988d12022d46ebc3a163f0cddfc354a86fc (diff) | |
Fix indentation to use only tabs
Diffstat (limited to 'sbc/sbc_primitives.h')
| -rw-r--r-- | sbc/sbc_primitives.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| 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);  };  /* | 
