From 6107f4ccc994ff015df0647bbf54a784e8f68be1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 16 Oct 2009 23:04:50 +0200 Subject: [PATCH] src/spectral/mfcc.h: indent --- src/spectral/mfcc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spectral/mfcc.h b/src/spectral/mfcc.h index d10a1871..226d79bc 100644 --- a/src/spectral/mfcc.h +++ b/src/spectral/mfcc.h @@ -44,8 +44,8 @@ typedef struct _aubio_mfcc_t aubio_mfcc_t; \param n_filters number of desired filters */ -aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, uint_t samplerate, - uint_t n_filters, uint_t n_coeffs); +aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, + uint_t n_filters, uint_t n_coeffs, uint_t samplerate); /** delete mfcc object -- 2.26.2