ref: 3aa264732ce0e5200e5d931e88221d22270f2b00
parent: ca24259c59e8aebad7fe4222389aff49dce0bcdd
author: Ralph Giles <[email protected]>
date: Wed Oct 17 07:12:41 EDT 2012
Fix an indentation issue.
--- a/celt/cwrs.c
+++ b/celt/cwrs.c
@@ -337,7 +337,7 @@
but _k isn't tested here because k<=52 for n=7*/
if(_n<=6)
#endif
- {
+ {
/*If _n==0, _u[0] should be 1 and the rest should be 0.*/
/*If _n==1, _u[i] should be 1 for i>1.*/
celt_assert(_n>=2);