Commit 602bf646 authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

Fix clang format issues

parent bb3eca92
Loading
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -7356,5 +7356,4 @@ Flag is_zero_arr( Word32 *arr, Word16 size )
    }

    return 1;

}
+80 −81
Original line number Diff line number Diff line
@@ -6423,7 +6423,6 @@ static void formulate2x2MixingMatrix_fx(
                Pim_fx[chA][chB] = Mpy_32_32( Pim_fx[chA][chB], ONE_DIV_EPSILON_MANT );
                // q_Pim[chA][chB]  = add(sub(31, q_P), 31 - ONE_DIV_EPSILON_EXP);
                q_Pim[chA][chB] = sub( 62 - ONE_DIV_EPSILON_EXP, q_P );

            }
            ELSE
            {
+14 −14

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.