Fix code format

This commit is contained in:
Edznux
2020-10-05 22:21:24 +02:00
parent 916b6fd317
commit 9ac9aa2511
3 changed files with 17 additions and 7 deletions

View File

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