Commit 2687fb43 authored by Jan Kiene's avatar Jan Kiene
Browse files

run clang-format

parent a64ab781
Loading
Loading
Loading
Loading
Loading
+91 −93
Original line number Diff line number Diff line
@@ -1183,12 +1183,10 @@ ivas_error IVAS_DEC_GetSamples(
    {
        /* check if we need to run the setup function */
        test();
        IF( !hIvasDec->isInitialized || hIvasDec->hasBeenFedFrame )
        {
        IF( !hIvasDec->isInitialized || hIvasDec->hasBeenFedFrame ){
            /* setup */

            IF( NE_32( ( error = IVAS_DEC_Setup( hIvasDec, &l_ts, &nTransportChannels, &nOutChannels, &nSamplesRendered_loop, pcmBuf + imult3216( nSamplesRendered, nOutChannels ) ) ), IVAS_ERR_OK ) )
            {
            IF( NE_32( ( error = IVAS_DEC_Setup( hIvasDec, &l_ts, &nTransportChannels, &nOutChannels, &nSamplesRendered_loop, pcmBuf + imult3216( nSamplesRendered, nOutChannels ) ) ), IVAS_ERR_OK ) ){
                return error;
    }
}
+5 −5

File changed.

Contains only whitespace changes.