code format

This commit is contained in:
vanhauser-thc
2022-09-10 19:09:32 +02:00
parent f12ee5c7d2
commit 08f44f4e5d
4 changed files with 103 additions and 24 deletions

View File

@ -604,11 +604,7 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
}
if (afl->afl_env.afl_pizza_mode) {
afl->pizza_is_served = 1;
}
if (afl->afl_env.afl_pizza_mode) { afl->pizza_is_served = 1; }
if (issue_detected) { sleep(2); }