Commit 7bcf5436 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

clang format

parent 4a07056d
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -3911,7 +3911,8 @@ static ivas_error decodeVoIP(

                if ( ( error = IVAS_DEC_FeedPiDataToDecoder( hIvasDec, &ivasRtp.piData[ivasRtp.nProcPiData], numPiData
#ifdef DEBUGGING
                                                             ,renderConfig
                                                             ,
                                                             renderConfig
#endif

                                                             ) ) != IVAS_ERR_OK )
+5 −3
Original line number Diff line number Diff line
@@ -3728,7 +3728,8 @@ static ivas_error feedAcousticEnvPI(
    IVAS_DEC_HANDLE hIvasDec,                   /* i/o: IVAS decoder handle         */
    const IVAS_PIDATA_ACOUSTIC_ENV hAcoustEnvPI /* i  : Render configuration struct */
#ifdef DEBUGGING
    ,const IVAS_RENDER_CONFIG_DATA *renderConfig  /* i  : Render configuration struct */
    ,
    const IVAS_RENDER_CONFIG_DATA *renderConfig /* i  : Render configuration struct */
#endif
)
{
@@ -6209,7 +6210,8 @@ ivas_error IVAS_DEC_FeedPiDataToDecoder(
                {
                    error = feedAcousticEnvPI( hIvasDec, piData->data.acousticEnv
#ifdef DEBUGGING
                                               ,renderConfig
                                               ,
                                               renderConfig
#endif
                    );
                }