From 691791ef37e9fef0b09c72c5c21bf7e1742c864d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 25 Apr 2016 16:46:20 +0200 Subject: [PATCH] tests/src/io/test-source_apple_audio.c: shorten long line --- tests/src/io/test-source_apple_audio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/io/test-source_apple_audio.c b/tests/src/io/test-source_apple_audio.c index 25509248..92d0e542 100644 --- a/tests/src/io/test-source_apple_audio.c +++ b/tests/src/io/test-source_apple_audio.c @@ -49,7 +49,8 @@ int main (int argc, char **argv) } while ( read == hop_size ); PRINT_MSG("read %d frames (expected %d) at %dHz (%d blocks) from %s\n", - n_frames, n_frames_expected, samplerate, n_frames / hop_size, source_path); + n_frames, n_frames_expected, samplerate, n_frames / hop_size, + source_path); del_fvec (vec); del_aubio_source_apple_audio (s); -- 2.11.0