Commit 35daafde authored by Michael Sturm's avatar Michael Sturm
Browse files

Adds clang formant check fixes.

parent e33a9ccb
Loading
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -2683,7 +2683,8 @@ static void IGF_CalculateEnvelope_ivas_fx(
                    sfbEnergyR_e = add( sfbEnergyR_e, tmp32_e );
                    move16();

                    IF( sfbEnergyR == 0 ) {
                    IF( sfbEnergyR == 0 )
                    {
                        sfbEnergyR = EPSILON_FX;
                        move32();
                        sfbEnergyR_e = 0;