diff options
author | van Hauser <vh@thc.org> | 2020-05-10 10:24:24 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-10 10:24:24 +0200 |
commit | 2e553bcd69a6852e7feb7e87ce757babfcb26df0 (patch) | |
tree | 32685901018d74c8c1835d3d275d2cfb24e05dc0 /src/afl-showmap.c | |
parent | 0e5a5f18050d729bc79e4dd5203ca245aa532d85 (diff) | |
download | afl++-2e553bcd69a6852e7feb7e87ce757babfcb26df0.tar.gz |
code-format
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 784d323d..ed59f2f5 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -865,7 +865,8 @@ int main(int argc, char **argv_orig, char **envp) { } - stdin_file = alloc_printf("%s/.afl-showmap-temp-%u", use_dir, (u32)getpid()); + stdin_file = + alloc_printf("%s/.afl-showmap-temp-%u", use_dir, (u32)getpid()); unlink(stdin_file); atexit(at_exit_handler); fsrv->out_fd = open(stdin_file, O_RDWR | O_CREAT | O_EXCL, 0600); |