src/temporal/c_weighting.h: indent
authorPaul Brossier <piem@piem.org>
Sun, 25 Oct 2009 20:08:18 +0000 (21:08 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 25 Oct 2009 20:08:18 +0000 (21:08 +0100)
src/temporal/c_weighting.h

index d3956e82331634a292756df772faebd205668096..18dcdb68baf0776d78bf3b6fc0ec478461167eb1 100644 (file)
@@ -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
 }