about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-state.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-fuzz-state.c b/src/afl-fuzz-state.c
index cccebeb9..5e736029 100644
--- a/src/afl-fuzz-state.c
+++ b/src/afl-fuzz-state.c
@@ -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",