From f071c931f93f22daed191b5abc46decda0f32522 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 25 Oct 2009 21:08:50 +0100 Subject: [PATCH] src/temporal/biquad.h: indent --- src/temporal/biquad.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/temporal/biquad.h b/src/temporal/biquad.h index c883dc94..3acd22df 100644 --- a/src/temporal/biquad.h +++ b/src/temporal/biquad.h @@ -50,9 +50,8 @@ extern "C" { \param a2 feedback filter coefficient */ -uint_t -aubio_filter_set_biquad (aubio_filter_t * f, lsmp_t b0, lsmp_t b1, lsmp_t b2, - lsmp_t a1, lsmp_t a2); +uint_t aubio_filter_set_biquad (aubio_filter_t * f, lsmp_t b0, lsmp_t b1, + lsmp_t b2, lsmp_t a1, lsmp_t a2); /** create new biquad filter @@ -64,9 +63,8 @@ aubio_filter_set_biquad (aubio_filter_t * f, lsmp_t b0, lsmp_t b1, lsmp_t b2, \param channels number of channels to allocate */ -aubio_filter_t * -new_aubio_filter_biquad (lsmp_t b0, lsmp_t b1, lsmp_t b2, lsmp_t a1, lsmp_t a2, - uint_t channels); +aubio_filter_t *new_aubio_filter_biquad (lsmp_t b0, lsmp_t b1, lsmp_t b2, + lsmp_t a1, lsmp_t a2, uint_t channels); #ifdef __cplusplus } -- 2.26.2