Commit 5ebef79a authored by Anton Khirnov's avatar Anton Khirnov

Fix instances of broken indentation found by gcc 6

parent 5ed4644d
...@@ -722,6 +722,7 @@ static void fill_coding_method_array(sb_int8_array tone_level_idx, ...@@ -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++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment