about summary refs log tree commit diff
path: root/gcc_plugin/afl-gcc-fast.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-03 01:45:01 +0100
committervan Hauser <vh@thc.org>2019-12-03 01:45:01 +0100
commit2b0cfe1ab53f2a43db098a66e8b585420352677d (patch)
treeebf8196164b589be740d2eabdfaba8bd63781f23 /gcc_plugin/afl-gcc-fast.c
parent6b6aa2364546adcd0924b5bc7c5bf3c8325976bd (diff)
downloadafl++-2b0cfe1ab53f2a43db098a66e8b585420352677d.tar.gz
final touches
Diffstat (limited to 'gcc_plugin/afl-gcc-fast.c')
-rw-r--r--gcc_plugin/afl-gcc-fast.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc_plugin/afl-gcc-fast.c b/gcc_plugin/afl-gcc-fast.c
index 6522aa69..9536bdf6 100644
--- a/gcc_plugin/afl-gcc-fast.c
+++ b/gcc_plugin/afl-gcc-fast.c
@@ -326,9 +326,12 @@ int main(int argc, char** argv) {
               " initially by <aseipp@pobox.com>, maintainer: hexcoder-\n");
 
     if (getenv("AFL_GCC_WHITELIST") == NULL) {
-    
-      SAYF(cYEL "Warning:" cRST " using afl-gcc-fast without using AFL_GCC_WHITELIST currently produces worse results than afl-gcc. Even better, use llvm_mode for now.\n");
-    
+
+      SAYF(cYEL "Warning:" cRST
+                " using afl-gcc-fast without using AFL_GCC_WHITELIST currently "
+                "produces worse results than afl-gcc. Even better, use "
+                "llvm_mode for now.\n");
+
     }
 
   }