Commit a1e7c1b6 authored by fotopoulou's avatar fotopoulou
Browse files

formatting of if condition

parent 33637e42
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -882,8 +882,7 @@ void ivas_mdct_core_whitening_enc(
        }

        /* MCT: detect whether there are silent channels and set mct_chan_mode accordingly */
        if (
            mct_on )
        if ( mct_on )
        {
            chE_tot = sum_f( chE, NB_DIV );