about summary refs log tree commit diff
path: root/src/afl-fuzz-cmplog.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-10 06:54:31 +0100
committervan Hauser <vh@thc.org>2020-03-10 06:54:31 +0100
commit38d9aedb26d6c4530763a29fe7695155a21ffbbc (patch)
treef6adc1bb47909e9e2f98bad89432ce35eb82ccc9 /src/afl-fuzz-cmplog.c
parent1467776a3f5a0ade06341fa91151de83e8cd7f4f (diff)
downloadafl++-38d9aedb26d6c4530763a29fe7695155a21ffbbc.tar.gz
code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin
Diffstat (limited to 'src/afl-fuzz-cmplog.c')
-rw-r--r--src/afl-fuzz-cmplog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-cmplog.c b/src/afl-fuzz-cmplog.c
index 0a4c3a9e..c32ed546 100644
--- a/src/afl-fuzz-cmplog.c
+++ b/src/afl-fuzz-cmplog.c
@@ -455,7 +455,7 @@ u8 run_cmplog_target(afl_state_t *afl, u32 timeout) {
       setenv("___AFL_EINS_ZWEI_POLIZEI___", "1", 1);
 
       if (!afl->qemu_mode && afl->argv[0] != afl->cmplog_binary) {
-        
+
         ck_free(afl->argv[0]);
         afl->argv[0] = afl->cmplog_binary;