about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-31 17:32:24 +0100
committervan Hauser <vh@thc.org>2021-01-31 17:32:24 +0100
commitcc0210426a5a31d56d8a0e850dcc00d90833afcd (patch)
tree19bfd589d5e8598eac4d088583ed6cd4bba90d94 /src
parent459dd8cb0779f72d83e99673e632429d89a4cfa9 (diff)
downloadafl++-cc0210426a5a31d56d8a0e850dcc00d90833afcd.tar.gz
code-format
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 276074a4..f1f92717 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1632,8 +1632,11 @@ int main(int argc, char **argv_orig, char **envp) {
 
         afl->current_entry = 0;
         while (unlikely(afl->queue_buf[afl->current_entry]->disabled)) {
+
           ++afl->current_entry;
+
         }
+
         afl->queue_cur = afl->queue_buf[afl->current_entry];
 
         if (unlikely(seek_to)) {