Commit fbcf8945 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 Clang formatting patch

parent 389d810a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -989,7 +989,8 @@ void con_tcx_ivas_fx(
    int leg_flag;
    leg_flag = EQ_16( st->element_mode, EVS_MONO ) || EQ_16( st->element_mode, IVAS_SCE ) || LT_32( st->element_brate, 48000 );
#if 1
    IF(coh == -16384 && noise_seed == NULL && only_left == 0 && A_cng == NULL) {
    IF( coh == -16384 && noise_seed == NULL && only_left == 0 && A_cng == NULL )
    {
        leg_flag = 0;
    }
#endif