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-as.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/afl-as.c') diff --git a/src/afl-as.c b/src/afl-as.c index 914848df..a89b8636 100644 --- a/src/afl-as.c +++ b/src/afl-as.c @@ -520,8 +520,10 @@ int main(int argc, char** argv) { if (argc < 2 || (argc == 2 && strcmp(argv[1], "-h") == 0)) { - fprintf(stdout, - "afl-as" VERSION " by Michal Zalewski\n" + fprintf( + stdout, + "afl-as" VERSION + " by Michal Zalewski\n" "\n%s [-h]\n\n" "This is a helper application for afl-fuzz. It is a wrapper around GNU " "'as',\n" @@ -546,8 +548,8 @@ int main(int argc, char** argv) { "AFL_KEEP_ASSEMBLY: leave instrumented assembly files\n" "AFL_AS_FORCE_INSTRUMENT: force instrumentation for asm sources\n" "AFL_HARDEN, AFL_USE_ASAN, AFL_USE_MSAN, AFL_USE_UBSAN:\n" - " used in the instrumentation summary message\n" - ,argv[0]); + " used in the instrumentation summary message\n", + argv[0]); exit(1); -- cgit 1.4.1