src/pitch/pitchyinfft.c: fix indentation
authorPaul Brossier <piem@piem.org>
Wed, 30 Apr 2008 18:50:36 +0000 (20:50 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 30 Apr 2008 18:50:36 +0000 (20:50 +0200)
src/pitch/pitchyinfft.c

index 72389b3c06593ac77f61a35c326e77e3ffe6b9ee..27279db224fabacea8185590a221433526197696 100644 (file)
@@ -31,7 +31,7 @@ struct _aubio_pitchyinfft_t {
   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 */
 };