Commit 4566af38 authored by Michael Sturm's avatar Michael Sturm
Browse files

Adds clang format check fixes.

parent 1fb6b0c5
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -134,7 +134,8 @@ static void arith_encode_bits(
    {
        bit = s_and( shr( x, i ), 1 );
#ifdef FIX_2346_DUPLICATED_IGF_FUNCTIONS
        IF( EQ_16( element_mode, EVS_MONO ) ) {
        IF( EQ_16( element_mode, EVS_MONO ) )
        {
            hPrivateData->ptrBitIndex = ari_encode_14bits_sign_fx( ptr,
                                                                   hPrivateData->ptrBitIndex,
                                                                   32767, /* disable the bit count limitation */
+6 −6

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+19 −19

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.