Commit 23d04da5 authored by sagnowski's avatar sagnowski
Browse files

Try to prevent clang-format from breaking indentation

parent 57d62ec2
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2796,10 +2796,11 @@ ivas_error IVAS_DEC_VoIP_GetSamples(

            /* avoid time scaling multiple times in one sound card slot */
            IF( NE_64( scale, 100U ) )
            {
#ifdef NONBE_FIX_864_JBM_RENDER_FRAMESIZE
            {
                IF( hIvasDec->timeScalingDone )
#else
            {
                IF( timeScalingDone )
#endif
                {