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/sd.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/sd.h') diff --git a/src/sd.h b/src/sd.h index b1940be..9edd0ba 100644 --- a/src/sd.h +++ b/src/sd.h @@ -1,10 +1,10 @@ /*--------------------------------------------------------------------------*\ - FILE........: sd.h - AUTHOR......: David Rowe - DATE CREATED: 22/7/93 + FILE........: sd.h + AUTHOR......: David Rowe + DATE CREATED: 22/7/93 - Function to determine spectral distortion between two sets of LPCs. + Function to determine spectral distortion between two sets of LPCs. \*--------------------------------------------------------------------------*/ @@ -30,6 +30,7 @@ #include "codec2_fft.h" -float spectral_dist(float ak1[], float ak2[], int p, codec2_fft_cfg fft_fwd_cfg, int n); +float spectral_dist(float ak1[], float ak2[], int p, codec2_fft_cfg fft_fwd_cfg, + int n); -#endif /* __SD__ */ +#endif /* __SD__ */ -- cgit v1.2.3