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

issue: 2427 Clang formatting

parent 6f6a6537
Loading
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -451,10 +451,12 @@ Word16 GetPLCModeDecision_ivas_fx(
#ifndef HARMONIZE_2427_GETPLC
                    TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, ( EQ_16( st->element_mode, IVAS_CPE_MDCT ) ? &( st->hTcxCfg->psychParamsTCX20 ) : st->hTcxCfg->psychParamsCurrent ), st->element_mode );
#else
                    IF(st->element_mode != 0) {
                    IF( st->element_mode != 0 )
                    {
                        TonalMDCTConceal_Detect_ivas_fx( st->hTonalMDCTConc, pitch, &numIndices, ( EQ_16( st->element_mode, IVAS_CPE_MDCT ) ? &( st->hTcxCfg->psychParamsTCX20 ) : st->hTcxCfg->psychParamsCurrent ), st->element_mode );
                    }
                    ELSE{
                    ELSE
                    {
                        TonalMDCTConceal_Detect( st->hTonalMDCTConc, pitch, &numIndices, st->element_mode );
                    }
#endif // !1
+7 −7

File changed.

Contains only whitespace changes.