src/pitch/pitchschmitt.h: indent
authorPaul Brossier <piem@piem.org>
Tue, 3 Nov 2009 15:07:17 +0000 (16:07 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 3 Nov 2009 15:07:17 +0000 (16:07 +0100)
src/pitch/pitchschmitt.h

index 94bc56d8927192a73f379831c443f5d10915eebb..8f5f2c9dd14f21029ea981d5109719595bffd1ba 100644 (file)
@@ -49,20 +49,22 @@ typedef struct _aubio_pitchschmitt_t aubio_pitchschmitt_t;
   \param output pitch period estimates, in samples
  
 */
-void aubio_pitchschmitt_do (aubio_pitchschmitt_t *p, fvec_t * in, fvec_t * out);
+void aubio_pitchschmitt_do (aubio_pitchschmitt_t * p, fvec_t * in,
+    fvec_t * out);
+
 /** creation of the pitch detection object
  
   \param size size of the input buffer to analyse 
  
 */
-aubio_pitchschmitt_t * new_aubio_pitchschmitt (uint_t bufsize);
+aubio_pitchschmitt_t *new_aubio_pitchschmitt (uint_t bufsize);
+
 /** deletion of the pitch detection object
  
   \param p pitch detection object as returned by new_aubio_pitchschmitt 
  
 */
-void del_aubio_pitchschmitt (aubio_pitchschmitt_t *p);
-
+void del_aubio_pitchschmitt (aubio_pitchschmitt_t * p);
 
 #ifdef __cplusplus
 }