From 3aa264732ce0e5200e5d931e88221d22270f2b00 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Wed, 17 Oct 2012 11:12:41 -0700 Subject: [PATCH] Fix an indentation issue. --- celt/cwrs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celt/cwrs.c b/celt/cwrs.c index ac81a7ebc..8edc919d7 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); -- GitLab