aboutsummaryrefslogtreecommitdiff
path: root/celt/cwrs.c
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-10-17 11:12:41 -0700
committerRalph Giles <giles@mozilla.com>2012-10-17 11:12:55 -0700
commit3aa264732ce0e5200e5d931e88221d22270f2b00 (patch)
tree02a29097955b0c86832e1ed75424bdfa2d3b3af6 /celt/cwrs.c
parentca24259c59e8aebad7fe4222389aff49dce0bcdd (diff)
downloadlibopus-3aa264732ce0e5200e5d931e88221d22270f2b00.tar.gz
Fix an indentation issue.
Diffstat (limited to 'celt/cwrs.c')
-rw-r--r--celt/cwrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/cwrs.c b/celt/cwrs.c
index ac81a7eb..8edc919d 100644
--- a/celt/cwrs.c
+++ b/celt/cwrs.c
@@ -337,7 +337,7 @@ static opus_uint32 ncwrs_urow(unsigned _n,unsigned _k,opus_uint32 *_u){
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);