diff options
author | van Hauser <vh@thc.org> | 2020-03-09 12:21:54 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-09 12:21:54 +0100 |
commit | 988a32ced5ce08465940c985bb538c87d4c4b4e7 (patch) | |
tree | 1a8362bd269384c38ee2be0d8db92998a39f6445 /include/common.h | |
parent | 188a6f5ec58d776d2246baed9a66fdd56245bc28 (diff) | |
download | afl++-988a32ced5ce08465940c985bb538c87d4c4b4e7.tar.gz |
code-format
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 780e083b..d794d0ac 100644 --- a/include/common.h +++ b/include/common.h @@ -33,8 +33,8 @@ void detect_file_args(char** argv, u8* prog_in, u8 use_stdin); void check_environment_vars(char** env); -char** get_qemu_argv(u8* own_loc, u8 **target_path_p, int argc, char **argv); -char** get_wine_argv(u8* own_loc, u8 **target_path_p, int argc, char **argv); +char** get_qemu_argv(u8* own_loc, u8** target_path_p, int argc, char** argv); +char** get_wine_argv(u8* own_loc, u8** target_path_p, int argc, char** argv); char* get_afl_env(char* env); /* Get unix time in milliseconds */ @@ -64,3 +64,4 @@ static u64 get_cur_time_us(void) { } #endif + |