aboutsummaryrefslogtreecommitdiff
path: root/src/sd.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 12:36:50 +0930
committerDavid Rowe <[email protected]>2023-07-14 12:36:50 +0930
commitb86e88413d4c6ec428aaedb147f7675f28882fe4 (patch)
treece360925856e25d4343d59a37e2e6bac142d3752 /src/sd.h
parent0c2e969cfbe85548801eeb20ad8113969604892a (diff)
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/sd.h')
-rw-r--r--src/sd.h13
1 files changed, 7 insertions, 6 deletions
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__ */