code format

This commit is contained in:
Dominik Maier
2020-04-10 22:54:31 +02:00
parent 3ab7fcf5dd
commit 39e8b91806
2 changed files with 5 additions and 3 deletions

View File

@ -923,7 +923,8 @@ int main(int argc, char **argv_orig, char **envp) {
if (afl->file_extension) {
snprintf(tmpfile, PATH_MAX, "%s/.cur_input.%s", afl->tmp_dir, afl->file_extension);
snprintf(tmpfile, PATH_MAX, "%s/.cur_input.%s", afl->tmp_dir,
afl->file_extension);
} else {