tests/src/effects/test-pitchshift.c: cosmetic changes
authorPaul Brossier <piem@piem.org>
Sun, 12 Mar 2017 13:20:36 +0000 (14:20 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 12 Mar 2017 13:20:36 +0000 (14:20 +0100)
tests/src/effects/test-pitchshift.c

index 80e22d6..c1ab58b 100644 (file)
@@ -9,7 +9,8 @@ int main (int argc, char **argv)
   if (argc < 4) {
     err = 2;
     PRINT_ERR("not enough arguments\n");
-    PRINT_MSG("usage: %s <input_path> <output_path> <transpose> [mode] [hop_size] [samplerate]\n", argv[0]);
+    PRINT_MSG("usage: %s <input_path> <output_path> <transpose> [mode] "
+        "[hop_size] [samplerate]\n", argv[0]);
     PRINT_MSG(" with <transpose> a number of semi tones in the range [-24, 24]\n");
     PRINT_MSG(" and [mode] in 'default', 'crispness:0', ..., 'crispness:6'\n");
     return err;
@@ -71,5 +72,6 @@ beach_source:
   del_fvec(vec);
   del_fvec(out);
 beach_fvec:
+  aubio_cleanup();
   return err;
 }