Skip to content
Snippets Groups Projects
Commit 3aa26473 authored by Ralph Giles's avatar Ralph Giles
Browse files

Fix an indentation issue.

parent ca24259c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment