diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-11-01 15:29:21 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-11-01 15:29:21 +0000 |
commit | a4bc7122fb5c7e4545cf8055cf71d1e88515998f (patch) | |
tree | 0cdb5bfc82beff815313cc9800110e9e1fff0310 /sbc | |
parent | 9138f99acb799d7ce702afb357c134042f933f4b (diff) |
Some more whitespace fixes
Diffstat (limited to 'sbc')
-rw-r--r-- | sbc/sbc_math.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbc/sbc_math.h b/sbc/sbc_math.h index e4f82bce..97389c29 100644 --- a/sbc/sbc_math.h +++ b/sbc/sbc_math.h @@ -40,14 +40,14 @@ #define SCALE_NPROTO4_TBL 10 #define SCALE_NPROTO8_TBL 12 #define SCALE_SAMPLES 14 -#define SCALE4_STAGE1_BITS 10 -#define SCALE4_STAGE2_BITS 21 +#define SCALE4_STAGE1_BITS 10 +#define SCALE4_STAGE2_BITS 21 #define SCALE4_STAGED1_BITS 18 #define SCALE4_STAGED2_BITS 23 #define SCALE8_STAGE1_BITS 8 -#define SCALE8_STAGE2_BITS 24 +#define SCALE8_STAGE2_BITS 24 #define SCALE8_STAGED1_BITS 18 -#define SCALE8_STAGED2_BITS 23 +#define SCALE8_STAGED2_BITS 23 typedef int32_t sbc_fixed_t; typedef long long sbc_extended_t; |