From: Paul Brossier Date: Wed, 30 Apr 2008 18:50:36 +0000 (+0200) Subject: src/pitch/pitchyinfft.c: fix indentation X-Git-Tag: bzr2git~396 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=679441ee2da190fa87ad56bf51d56c89948f6534;p=aubio.git src/pitch/pitchyinfft.c: fix indentation --- diff --git a/src/pitch/pitchyinfft.c b/src/pitch/pitchyinfft.c index 72389b3c..27279db2 100644 --- a/src/pitch/pitchyinfft.c +++ b/src/pitch/pitchyinfft.c @@ -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 */ };