diff options
author | Ralph Giles <giles@thaumas.net> | 2011-10-26 20:24:49 -0700 |
---|---|---|
committer | Ralph Giles <giles@thaumas.net> | 2011-10-26 20:24:49 -0700 |
commit | da025d5632be80dad0af54af70d2cb0a286802d8 (patch) | |
tree | 6b0739d9c6d09418fdc60577f15c6702462703c7 /celt/celt.c | |
parent | 4923f3f80ecd77e8f3c549a7fca31c4fd83c9c4d (diff) | |
download | opus-da025d5632be80dad0af54af70d2cb0a286802d8.tar.gz |
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.
Diffstat (limited to 'celt/celt.c')
-rw-r--r-- | celt/celt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/celt.c b/celt/celt.c index 3567680f..fce15591 100644 --- a/celt/celt.c +++ b/celt/celt.c @@ -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 |