From b86e88413d4c6ec428aaedb147f7675f28882fe4 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Fri, 14 Jul 2023 12:36:50 +0930 Subject: clang-format -i applied to src unittest misc --- src/phase.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/phase.h') diff --git a/src/phase.h b/src/phase.h index 92909f0..b7f0413 100644 --- a/src/phase.h +++ b/src/phase.h @@ -32,8 +32,10 @@ #include "comp.h" void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]); -void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, COMP filter_phase[]); +void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, + COMP filter_phase[]); -void mag_to_phase(float phase[], float Gdbfk[], int Nfft, codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); +void mag_to_phase(float phase[], float Gdbfk[], int Nfft, + codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); #endif -- cgit v1.2.3