Commit 68d42d02 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formating

parent e5cc13da
Loading
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -2135,8 +2135,7 @@ void ivas_dirac_dec_output_synthesis_process_subframe_psd_ls_fx(

            L_tmp = BASOP_Util_Add_Mant32Exp( L_tmp,
                                              sub( 31, h_dirac_output_synthesis_state->proto_power_smooth_q ),
			      EPSILON_FX_M, EPSILON_FX_E, &exp_tmp_1 
			);
                                              EPSILON_FX_M, EPSILON_FX_E, &exp_tmp_1 );

            *( p_power_smooth_prev++ ) = L_tmp;
            move32();