diff options
author | vanhauser-thc <vh@thc.org> | 2023-11-06 10:13:59 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-11-06 10:13:59 +0100 |
commit | f3d2127fd815bed2ec9dfab981123898d11cea65 (patch) | |
tree | b94d78a392120a198c1b40fdcaf884bda74470ec /include/afl-mutations.h | |
parent | 053334f35d0e8d6eace444781d52504585c69f76 (diff) | |
download | afl++-f3d2127fd815bed2ec9dfab981123898d11cea65.tar.gz |
clang-format 16->17
Diffstat (limited to 'include/afl-mutations.h')
-rw-r--r-- | include/afl-mutations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-mutations.h b/include/afl-mutations.h index 98ba6fcf..d709b90d 100644 --- a/include/afl-mutations.h +++ b/include/afl-mutations.h @@ -1854,7 +1854,7 @@ inline u32 afl_mutate(afl_state_t *afl, u8 *buf, u32 len, u32 steps, for (u32 step = 0; step < steps; ++step) { - retry_havoc_step : { + retry_havoc_step: { u32 r = rand_below(afl, MUT_STRATEGY_ARRAY_SIZE), item; |