shithub: aubio

Download patch

ref: 679441ee2da190fa87ad56bf51d56c89948f6534
parent: fcc3fd253647d068e5a4cd3a354b0766fee6e75c
author: Paul Brossier <[email protected]>
date: Wed Apr 30 16:50:36 EDT 2008

src/pitch/pitchyinfft.c: fix indentation

--- a/src/pitch/pitchyinfft.c
+++ b/src/pitch/pitchyinfft.c
@@ -31,7 +31,7 @@
   fvec_t * sqrmag;    /**< square difference function */
   fvec_t * weight;    /**< spectral weighting window (psychoacoustic model) */
   cvec_t * fftout;    /**< Fourier transform output */
-  aubio_fft_t * fft; /**< fft object to compute square difference function */
+  aubio_fft_t * fft;  /**< fft object to compute square difference function */
   fvec_t * yinfft;    /**< Yin function */
 };