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/nlp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nlp.h') 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 -- cgit v1.2.3