Commit 136dd5de authored by multrus's avatar multrus
Browse files

apply formatting patch

parent dbbca9a1
Loading
Loading
Loading
Loading
Loading
+113 −115
Original line number Diff line number Diff line
@@ -692,10 +692,8 @@ ivas_error ivas_omasa_dec_config_fx(
            IF( EQ_32( st_ivas->ism_mode, ISM_MASA_MODE_DISC ) )
            {
                /* Allocate TD renderer for the objects in DISC mode */
                IF( st_ivas->hBinRendererTd == NULL )
                {
                    IF( NE_32( ( error = ivas_td_binaural_open_fx( st_ivas, SrcInd, num_src ) ), IVAS_ERR_OK ) )
                    {
                IF( st_ivas->hBinRendererTd == NULL ){
                    IF( NE_32( ( error = ivas_td_binaural_open_fx( st_ivas, SrcInd, num_src ) ), IVAS_ERR_OK ) ){
                        return error;
            }
#ifdef NONBE_FIX_1075