shithub: aubio

Download patch

ref: 95f5c83ba4c59a8ad2f7544a8ef20bfbb9caed02
parent: a6b5bf1ef9a542a647ca4e7333547e97bde0e55f
author: Paul Brossier <piem@piem.org>
date: Sun Oct 1 11:29:11 EDT 2017

src/spectral/fft.c: remove trailing space

--- a/src/spectral/fft.c
+++ b/src/spectral/fft.c
@@ -486,7 +486,7 @@
 
 #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;