From 2bf875ec94499a97512b6fe0ac35758e1ea1f823 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 20 Dec 2024 14:20:41 -0500 Subject: [PATCH] cwAudioTransforms.h : Fix code formatting. --- cwAudioTransforms.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cwAudioTransforms.h b/cwAudioTransforms.h index 0f76fcd..79a8001 100644 --- a/cwAudioTransforms.h +++ b/cwAudioTransforms.h @@ -617,9 +617,9 @@ namespace cw { wnd_func::exec(p->wf, p->sb->outV, p->sb->wndSmpCnt ); - // convert float to double - T1 cvtV[ p->wf->wndN ]; - vop::copy(cvtV, p->wf->outV, p->wf->wndN ); + // convert float to double + T1 cvtV[ p->wf->wndN ]; + vop::copy(cvtV, p->wf->outV, p->wf->wndN ); fft::exec(p->ft, cvtV, p->wf->wndN);