Commit 812204af authored by Manuel Jander's avatar Manuel Jander
Browse files

clang format

parent e941f440
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2647,7 +2647,8 @@ static void IMDCT_ivas_fx_rescale(
    }

#if 1
    IF ( xn_buf_fx != NULL ) {
    IF( xn_buf_fx != NULL )
    {
        Scale_sig( xn_buf_fx, L_MDCT_OVLP_MAX + L_FRAME_PLUS + L_MDCT_OVLP_MAX, sub( q_win, *q_xn_buf_fx ) );
        *q_xn_buf_fx = q_win;
        move16();