Commit c4cb8a23 authored by vaclav's avatar vaclav
Browse files

formatting

parent 714cb791
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3447,7 +3447,7 @@ void swb_tbe_enc_ivas_fx(
    test();
#ifdef HARMONIZE_TBE3
    test();
    IF( st_fx->element_mode == EVS_MONO || NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) )
    IF( st_fx->element_mode == EVS_MONO || ( NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) ) )
#else
    IF( NE_32( st_fx->extl_brate, SWB_TBE_1k10 ) && NE_32( st_fx->extl_brate, SWB_TBE_1k75 ) )
#endif