From: Paul Brossier Date: Sun, 1 Oct 2017 13:29:11 +0000 (+0200) Subject: src/spectral/fft.c: remove trailing space X-Git-Tag: 0.4.6~6^2~12 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=95f5c83ba4c59a8ad2f7544a8ef20bfbb9caed02;p=aubio.git src/spectral/fft.c: remove trailing space --- diff --git a/src/spectral/fft.c b/src/spectral/fft.c index 1c2f80ba..2ab240d6 100644 --- a/src/spectral/fft.c +++ b/src/spectral/fft.c @@ -486,7 +486,7 @@ void aubio_fft_get_phas(aubio_fft_t *s, const fvec_t * compspec, cvec_t * spectr #ifdef INTEL_IPP_FFT // using Intel IPP FFT uint_t i; - + // convert from real imag [ r0, 0, ..., rN, iN-1, .., i2, i1, iN-1] to complex format s->complexOut[0].re = compspec->data[0]; s->complexOut[0].im = 0;