tests/src/io/test-source_avcodec.c: wrap line
authorPaul Brossier <piem@piem.org>
Fri, 6 Dec 2013 19:35:58 +0000 (14:35 -0500)
committerPaul Brossier <piem@piem.org>
Fri, 6 Dec 2013 19:35:58 +0000 (14:35 -0500)
tests/src/io/test-source_avcodec.c

index 830561f..eec279d 100644 (file)
@@ -34,7 +34,8 @@ int main (int argc, char **argv)
   char_t *source_path = argv[1];
 
 
-  aubio_source_avcodec_t * s = new_aubio_source_avcodec(source_path, samplerate, hop_size);
+  aubio_source_avcodec_t * s =
+    new_aubio_source_avcodec(source_path, samplerate, hop_size);
   if (!s) { err = 1; goto beach; }
   fvec_t *vec = new_fvec(hop_size);