Commit b3e0b22b authored by Michael Sturm's avatar Michael Sturm
Browse files

Adds clang format check fixes.

parent f02a5f84
Loading
Loading
Loading
Loading
+14 −13
Original line number Diff line number Diff line
@@ -2797,7 +2797,8 @@ static void IGF_appl( IGF_DEC_PRIVATE_DATA_HANDLE hPrivateData, /**< in:
            /* calc square root of L_tmp and store result in dN */
            L_tmp = Sqrt32( L_tmp, &L_tmp_e );
#ifdef FIX_2346_DUPLICATED_IGF_FUNCTIONS
            if ( EQ_16( element_mode, EVS_MONO ) ) {
            if ( EQ_16( element_mode, EVS_MONO ) )
            {
                dN[sfb] = round_fx_sat( L_tmp );
            }
            else