shithub: aubio

Download patch

ref: 8b19e1ca1787c8dcdad0fbd016396fc9e10bb89f
parent: 29808b1ea7f0eb04ea3a5da8b46b16948375a795
author: Paul Brossier <piem@piem.org>
date: Sun Oct 25 17:08:18 EDT 2009

src/temporal/c_weighting.h: indent

--- a/src/temporal/c_weighting.h
+++ b/src/temporal/c_weighting.h
@@ -68,7 +68,8 @@
   \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 @@
   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
 }