diff options
author | van Hauser <vh@thc.org> | 2021-01-04 23:13:56 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-04 23:13:56 +0100 |
commit | 6c095b3937565e0e3c645cab706269e8c764701e (patch) | |
tree | 9601020625edc4c311e4fa1656651cdb74f767a5 /src/afl-showmap.c | |
parent | d367b033a206187b9342c8003512512f62ff99b0 (diff) | |
download | afl++-6c095b3937565e0e3c645cab706269e8c764701e.tar.gz |
code format
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index c0223a07..d50601fc 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -1014,9 +1014,9 @@ int main(int argc, char **argv_orig, char **envp) { DIR * dir_in, *dir_out = NULL; struct dirent *dir_ent; -// int done = 0; - u8 infile[PATH_MAX], outfile[PATH_MAX]; - u8 wait_for_gdb = 0; + // int done = 0; + u8 infile[PATH_MAX], outfile[PATH_MAX]; + u8 wait_for_gdb = 0; #if !defined(DT_REG) struct stat statbuf; #endif |