about summary refs log tree commit diff
path: root/src/afl-gcc.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-11 11:42:57 +0100
committervan Hauser <vh@thc.org>2020-03-11 11:42:57 +0100
commit684f4dd1c44053517c6685a8a3137691535ecd84 (patch)
tree67b729127193050c7812bf2159ffac047b45280d /src/afl-gcc.c
parentd8d89507b5cdbd066c149fd3c86a91b3948521aa (diff)
downloadafl++-684f4dd1c44053517c6685a8a3137691535ecd84.tar.gz
honor afl_quiet on env var checks + code-format
Diffstat (limited to 'src/afl-gcc.c')
-rw-r--r--src/afl-gcc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-gcc.c b/src/afl-gcc.c
index bb3baf56..b0153b49 100644
--- a/src/afl-gcc.c
+++ b/src/afl-gcc.c
@@ -48,10 +48,10 @@
 #include <stdlib.h>
 #include <string.h>
 
-static u8 *as_path;                    /* Path to the AFL 'as' wrapper      */
+static u8 * as_path;                   /* Path to the AFL 'as' wrapper      */
 static u8 **cc_params;                 /* Parameters passed to the real CC  */
-static u32 cc_par_cnt = 1;             /* Param count, including argv0      */
-static u8 be_quiet,                    /* Quiet mode                        */
+static u32  cc_par_cnt = 1;            /* Param count, including argv0      */
+static u8   be_quiet,                  /* Quiet mode                        */
     clang_mode;                        /* Invoked as afl-clang*?            */
 
 /* Try to find our "fake" GNU assembler in AFL_PATH or at the location derived