\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
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
}