Cosmetics: fix some whitespace errors

parent 6345184f
......@@ -525,8 +525,7 @@ static int decode_tilehdr(WmallDecodeCtx *s)
if (fixed_channel_layout || channels_for_cur_subframe == 1 ||
(min_channel_len == s->samples_per_frame - s->min_samples_per_subframe)) {
contains_subframe[c] = 1;
}
else {
} else {
contains_subframe[c] = get_bits1(&s->gb);
}
} else
......
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