shithub: aubio

Download patch

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

src/temporal/biquad.h: indent

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