code-format

This commit is contained in:
van Hauser
2020-02-28 00:19:36 +01:00
parent d83ab141f6
commit 4e37e12c06
10 changed files with 158 additions and 152 deletions

View File

@ -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);