From 8b19e1ca1787c8dcdad0fbd016396fc9e10bb89f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 25 Oct 2009 21:08:18 +0100 Subject: [PATCH] src/temporal/c_weighting.h: indent --- src/temporal/c_weighting.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/temporal/c_weighting.h b/src/temporal/c_weighting.h index d3956e82..18dcdb68 100644 --- a/src/temporal/c_weighting.h +++ b/src/temporal/c_weighting.h @@ -68,7 +68,8 @@ extern "C" { \return a new filter object */ -aubio_filter_t * new_aubio_filter_c_weighting (uint_t channels, uint_t samplerate); +aubio_filter_t *new_aubio_filter_c_weighting (uint_t channels, + uint_t samplerate); /** set feedback and feedforward coefficients of a C-weighting filter @@ -78,7 +79,7 @@ aubio_filter_t * new_aubio_filter_c_weighting (uint_t channels, uint_t samplerat 192000 Hz */ -uint_t aubio_filter_set_c_weighting (aubio_filter_t *f, uint_t samplerate); +uint_t aubio_filter_set_c_weighting (aubio_filter_t * f, uint_t samplerate); #ifdef __cplusplus } -- 2.26.2