mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
fixed formatting with make code-format
This commit is contained in:
@ -396,10 +396,10 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
|
||||
|
||||
} else if (!strncmp(env, "AFL_POST_PROCESS_KEEP_ORIGINAL",
|
||||
|
||||
afl_environment_variable_len)) {
|
||||
afl_environment_variable_len)) {
|
||||
|
||||
afl->afl_env.afl_post_process_keep_original =
|
||||
get_afl_env(afl_environment_variables[i]) ? 1 : 0;
|
||||
afl->afl_env.afl_post_process_keep_original =
|
||||
get_afl_env(afl_environment_variables[i]) ? 1 : 0;
|
||||
|
||||
} else if (!strncmp(env, "AFL_TMPDIR",
|
||||
|
||||
|
Reference in New Issue
Block a user