src/spectral/fft.c: remove trailing space
authorPaul Brossier <piem@piem.org>
Sun, 1 Oct 2017 13:29:11 +0000 (15:29 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 1 Oct 2017 13:29:11 +0000 (15:29 +0200)
src/spectral/fft.c

index 1c2f80b..2ab240d 100644 (file)
@@ -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;