code-format
diff --git a/include/debug.h b/include/debug.h
index cb0a63e..5b1ae54 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -37,7 +37,6 @@
#endif
#endif
-
/*******************
* Terminal colors *
*******************/
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 009eaa1..5dd092f 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -290,7 +290,9 @@
if (afl->cpu_to_bind != -1) FATAL("Multiple -b options not supported");
if (sscanf(optarg, "%d", &afl->cpu_to_bind) < 0) {
+
FATAL("Bad syntax used for -b");
+
}
break;