about summary refs log tree commit diff
path: root/src/afl-fuzz-one.c
diff options
context:
space:
mode:
authoryangzao <yangzaocn@outlook.com>2023-11-27 09:58:03 -0700
committeryangzao <yangzaocn@outlook.com>2023-11-27 09:58:03 -0700
commitc9e0f01b439870dc2b619ab2c18240b201ca1460 (patch)
tree1cd8424fcb2d10da30b0578529a6f617aaf30206 /src/afl-fuzz-one.c
parentfaedb3fb29186c29a4f0cf28daa5d07350ed8094 (diff)
downloadafl++-c9e0f01b439870dc2b619ab2c18240b201ca1460.tar.gz
format code
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r--src/afl-fuzz-one.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index 67dafda8..01e34b69 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -1894,6 +1894,7 @@ custom_mutator_stage:
   LIST_FOREACH(&afl->custom_mutator_list, struct custom_mutator, {
 
     if (el->afl_custom_fuzz) {
+
       havoc_queued = afl->queued_items;
 
       afl->current_custom_fuzz = el;