From 4e37e12c06dda8914dac5175e2f02d3106a3ac9f Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 28 Feb 2020 00:19:36 +0100 Subject: code-format --- src/afl-showmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/afl-showmap.c') diff --git a/src/afl-showmap.c b/src/afl-showmap.c index c8c35525..3ea10d38 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -647,8 +647,8 @@ static void usage(u8* argv0) { " -c - allow core dumps\n\n" "This tool displays raw tuple data captured by AFL instrumentation.\n" - "For additional help, consult %s/README.md.\n" - , argv0, MEM_LIMIT, doc_path); + "For additional help, consult %s/README.md.\n", + argv0, MEM_LIMIT, doc_path); exit(1); -- cgit 1.4.1