about summary refs log tree commit diff
path: root/src/afl-fuzz-one.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r--src/afl-fuzz-one.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index 94c6694a..4c3a5b95 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -532,10 +532,10 @@ u8 fuzz_one_original(char** argv) {
   }
 
   if (cmplog_mode) {
-  
-    if(input_to_state_stage(argv, in_buf, out_buf, len, queue_cur->exec_cksum))
+
+    if (input_to_state_stage(argv, in_buf, out_buf, len, queue_cur->exec_cksum))
       goto abandon_entry;
-    
+
   }
 
   /* Skip right away if -d is given, if it has not been chosen sufficiently