Commit 347a0a62 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2427 Clang formatting

parent 207f5aa2
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -578,10 +578,12 @@ Word16 GetPLCModeDecision_fx(
                    TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode );
#else
                    // IVAS version
                    IF(st->element_mode != 0) {
                    IF( st->element_mode != 0 )
                    {
                        TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, st->hTcxCfg->psychParamsCurrent, st->element_mode );
                    }
                    ELSE{
                    ELSE
                    {
                        TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode );
                    }