aboutsummaryrefslogtreecommitdiff
path: root/src/nlp.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/nlp.h
parent0c2e969cfbe85548801eeb20ad8113969604892a (diff)
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/nlp.h')
-rw-r--r--src/nlp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nlp.h b/src/nlp.h
index 9e427c2..e8ce8d8 100644
--- a/src/nlp.h
+++ b/src/nlp.h
@@ -32,7 +32,7 @@
void *nlp_create(C2CONST *c2const);
void nlp_destroy(void *nlp_state);
-float nlp(void *nlp_state, float Sn[], int n,
- float *pitch_samples, COMP Sw[], float W[], float *prev_f0);
+float nlp(void *nlp_state, float Sn[], int n, float *pitch_samples, COMP Sw[],
+ float W[], float *prev_f0);
#endif