code-format

This commit is contained in:
Dominik Maier
2020-08-10 19:05:22 +02:00
parent a422fcaa40
commit 7d7a8c7c39
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,6 @@
#endif #endif
#endif #endif
/******************* /*******************
* Terminal colors * * Terminal colors *
*******************/ *******************/

View File

@ -290,7 +290,9 @@ int main(int argc, char **argv_orig, char **envp) {
if (afl->cpu_to_bind != -1) FATAL("Multiple -b options not supported"); if (afl->cpu_to_bind != -1) FATAL("Multiple -b options not supported");
if (sscanf(optarg, "%d", &afl->cpu_to_bind) < 0) { if (sscanf(optarg, "%d", &afl->cpu_to_bind) < 0) {
FATAL("Bad syntax used for -b"); FATAL("Bad syntax used for -b");
} }
break; break;