Commit 60a1e33f authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] accidentally removed pop_wmops() + whitespace

parent fcfdadfa
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -331,8 +331,8 @@ static void freeMcLfeDelayBuffer( float **lfeDelayBuffer )

    return;
}
#endif

#endif
static IVAS_QUATERNION quaternionInit(
    void )
{
@@ -6472,6 +6472,8 @@ static ivas_error renderLfeToBinaural(
    free( tmpLfeBuffer );
#endif /* FIX_194_LFE_DELAY_EXTREND */

    pop_wmops();

    return IVAS_ERR_OK;
}