Commit ea5245e5 authored by Arthur Tritthart's avatar Arthur Tritthart Committed by Sandesh Venkatesh
Browse files

fixed clang-format-issue

parent 8629f3b4
Loading
Loading
Loading
Loading

lib_com/ivas_cov_smooth_fx.c

100755 → 100644
+37 −39
Original line number Diff line number Diff line
@@ -395,7 +395,6 @@ static void ivas_compute_smooth_cov_fx(
                            (double) pPrior_cov_buf[i][j][k] * pow( 2.0, (double) -hCovState->q_prior_cov_real_per_band[i][j][k] ),
                            (double) L_buf * pow( 2.0, (double) -q_cov[i][j] ), q_cov[i][j] );
#endif

                }
                FOR( ; k < end_band; k++ )
                {
@@ -467,7 +466,6 @@ static void ivas_compute_smooth_cov_fx(
                            (double) pPrior_cov_buf[i][j][k] * pow( 2.0, (double) -hCovState->q_prior_cov_real_per_band[i][j][k] ),
                            (double) L_buf * pow( 2.0, (double) -q_cov[i][j] ), q_cov[i][j] );
#endif
                    
                }
            }
        }