code-format

This commit is contained in:
van Hauser
2021-01-31 17:32:24 +01:00
parent 459dd8cb07
commit cc0210426a
8 changed files with 14 additions and 10 deletions

View File

@ -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)) {