From d624b2370d4c6bfe5e1d9ea49063e2ad8f96384c Mon Sep 17 00:00:00 2001 From: xenakios Date: Tue, 27 Feb 2018 20:14:09 +0200 Subject: [PATCH] Formatting tweaks --- Source/PS_Source/ProcessedStretch.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Source/PS_Source/ProcessedStretch.h b/Source/PS_Source/ProcessedStretch.h index abc954a..f1cf95e 100644 --- a/Source/PS_Source/ProcessedStretch.h +++ b/Source/PS_Source/ProcessedStretch.h @@ -274,7 +274,8 @@ inline void spectrum_do_tonal_vs_noise(const ProcessParameters& pars, int nfreq, }; -inline void spectrum_do_harmonics(const ProcessParameters& pars, std::vector& tmpfreq1, int nfreq, double samplerate, REALTYPE *freq1, REALTYPE *freq2) { +inline void spectrum_do_harmonics(const ProcessParameters& pars, std::vector& tmpfreq1, + int nfreq, double samplerate, REALTYPE *freq1, REALTYPE *freq2) { REALTYPE freq = pars.harmonics.freq; REALTYPE bandwidth = pars.harmonics.bandwidth; int nharmonics = pars.harmonics.nharmonics; @@ -330,7 +331,8 @@ inline void spectrum_zero(int nfreq,REALTYPE *freq1) { for (int i = 0; i& sumfreq, std::vector& tmpfreq1, REALTYPE *freq1, REALTYPE *freq2) {