From df9af991c526ec58a00a4e8f9ca56a8e8614ee21 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 27 Jul 2018 13:54:24 +0000 Subject: [PATCH] Cleanup: Removed bad \n --- tests/ctest_resourcematch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ctest_resourcematch.c b/tests/ctest_resourcematch.c index 00fb1316..641c2416 100644 --- a/tests/ctest_resourcematch.c +++ b/tests/ctest_resourcematch.c @@ -136,7 +136,7 @@ static inline void print_extract(resourcematch_extract_t *extract) { size_t i; - ctest_diagnostic_printf(" Extract with %zu groups:\n", extract->groups); + ctest_diagnostic_printf(" Extract with %zu groups:", extract->groups); for (i = 0; i < extract->groups; i++) { print_extract_group(extract, i); -- 2.22.0