aboutsummaryrefslogtreecommitdiff
path: root/src/lpcnet_freq.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/lpcnet_freq.h
parent0c2e969cfbe85548801eeb20ad8113969604892a (diff)
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/lpcnet_freq.h')
-rw-r--r--src/lpcnet_freq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lpcnet_freq.h b/src/lpcnet_freq.h
index 1c29204..ac928b8 100644
--- a/src/lpcnet_freq.h
+++ b/src/lpcnet_freq.h
@@ -36,6 +36,7 @@
#define LPCNET_FREQ_MAX_BANDS 18
-int lpcnet_compute_band_energy(float *bandE, float *bandCentrekHz, COMP *Sw, float Fs, int Nfft);
+int lpcnet_compute_band_energy(float *bandE, float *bandCentrekHz, COMP *Sw,
+ float Fs, int Nfft);
#endif