mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-18 00:46:51 +00:00
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];
|
||||
}
|
||||
|
||||
acc = 0;
|
||||
for (ch = 0; ch < nb_channels; ch++)
|
||||
for (sb = 0; sb < 30; sb++)
|
||||
|
Loading…
Reference in New Issue
Block a user