Commit 103519a1 authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2551: Clang formatting patch

parent 47c3034c
Loading
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -1429,7 +1429,8 @@ void tcx_scalar_quantization_fx(
    }

#else
    if (EQ_16(element_mode, EVS_MONO)) {
    if ( EQ_16( element_mode, EVS_MONO ) )
    {
        test();
        WHILE( ( memQuantZeros_fx[i] != 0 ) && ( LT_32( L_abs( L_shl( x[i], tmp16 ) ), tmp32 ) ) )
        {
@@ -1439,7 +1440,8 @@ void tcx_scalar_quantization_fx(
            i = sub( i, 1 );
        }
    }
    else {
    else
    {
        IF( memQuantZeros_fx != NULL )
        {
            test();