code-format

This commit is contained in:
vanhauser-thc
2021-05-10 13:46:31 +02:00
parent 82d0e4f210
commit 50af4654e3
4 changed files with 13 additions and 14 deletions

View File

@ -193,7 +193,7 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
afl_environment_variable_len)) {
afl->afl_env.afl_exit_on_time =
(u8 *) get_afl_env(afl_environment_variables[i]);
(u8 *)get_afl_env(afl_environment_variables[i]);
} else if (!strncmp(env, "AFL_NO_AFFINITY",