From 679441ee2da190fa87ad56bf51d56c89948f6534 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 30 Apr 2008 20:50:36 +0200 Subject: [PATCH] src/pitch/pitchyinfft.c: fix indentation --- src/pitch/pitchyinfft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- 2.26.2