mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
code format
This commit is contained in:
@ -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); }
|
||||
|
||||
|
Reference in New Issue
Block a user