aptx: indentation (cosmetics only)

This commit is contained in:
Aurelien Jacobs 2018-01-06 17:56:21 +01:00
parent d8258489c8
commit c69054fa24
1 changed files with 52 additions and 52 deletions

View File

@ -394,7 +394,7 @@ typedef const struct {
} ConstTables;
static ConstTables tables[2][NB_SUBBANDS] = {
{
{
[LF] = { quantize_intervals_LF,
invert_quantize_dither_factors_LF,
quantize_dither_factors_LF,
@ -419,8 +419,8 @@ static ConstTables tables[2][NB_SUBBANDS] = {
quantize_factor_select_offset_HF,
FF_ARRAY_ELEMS(quantize_intervals_HF),
0x15FF, 12 },
},
{
},
{
[LF] = { hd_quantize_intervals_LF,
hd_invert_quantize_dither_factors_LF,
hd_quantize_dither_factors_LF,
@ -445,7 +445,7 @@ static ConstTables tables[2][NB_SUBBANDS] = {
hd_quantize_factor_select_offset_HF,
FF_ARRAY_ELEMS(hd_quantize_intervals_HF),
0x15FF, 12 },
}
}
};
static const int16_t quantization_factors[32] = {