about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-09 08:30:28 +0100
committervan Hauser <vh@thc.org>2020-03-09 08:30:28 +0100
commit36ce9c1fb977eb6e2b0cd35846457ff0af045b99 (patch)
tree967ae76207e93f50bb7976fcfb47bc061f09820b /src/afl-showmap.c
parent0581f6ec00dbca592582c0bd23c82de524df7a03 (diff)
downloadafl++-36ce9c1fb977eb6e2b0cd35846457ff0af045b99.tar.gz
more code format
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 6075027f..ffdb67e4 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -730,9 +730,8 @@ int main(int argc, char** argv, char** envp) {
   char** use_argv;
 
   doc_path = access(DOC_PATH, F_OK) ? "docs" : DOC_PATH;
-  
-  if (getenv("AFL_QUIET") != NULL)
-    be_quiet = 1;
+
+  if (getenv("AFL_QUIET") != NULL) be_quiet = 1;
 
   while ((opt = getopt(argc, argv, "+i:o:f:m:t:A:eqZQUWbcrh")) > 0)