From: Paul Brossier Date: Sun, 25 Oct 2009 20:08:18 +0000 (+0100) Subject: src/temporal/c_weighting.h: indent X-Git-Tag: 0.4.0-beta1~596 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8b19e1ca1787c8dcdad0fbd016396fc9e10bb89f;p=aubio.git src/temporal/c_weighting.h: indent --- 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 }