Fix instances of broken indentation found by gcc 6
This commit is contained in:
parent
5ed4644d6d
commit
5ebef79abe
@ -722,6 +722,7 @@ static void fill_coding_method_array(sb_int8_array tone_level_idx,
|
|||||||
}
|
}
|
||||||
tone_level_idx_temp[ch][sb][0] = tone_level_idx_temp[ch][sb][1];
|
tone_level_idx_temp[ch][sb][0] = tone_level_idx_temp[ch][sb][1];
|
||||||
}
|
}
|
||||||
|
|
||||||
acc = 0;
|
acc = 0;
|
||||||
for (ch = 0; ch < nb_channels; ch++)
|
for (ch = 0; ch < nb_channels; ch++)
|
||||||
for (sb = 0; sb < 30; sb++)
|
for (sb = 0; sb < 30; sb++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user