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