Convert tabs to spaces in the opus and celt code.

Also reformat some, but by no means all, of the opus
code for line length and three-character indents.
This commit is contained in:
Ralph Giles 2011-10-26 20:24:49 -07:00
parent 4923f3f80e
commit da025d5632
10 changed files with 629 additions and 595 deletions

View file

@ -2391,7 +2391,7 @@ int celt_decode_with_ec(CELTDecoder * restrict st, const unsigned char *data, in
tell = ec_tell(dec);
if (tell >= total_bits)
silence = 1;
silence = 1;
else if (tell==1)
silence = ec_dec_bit_logp(dec, 15);
else