From 74a984d75f59358d07c8816e4a1329108ca1fd41 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Wed, 18 Sep 2019 10:23:36 +0200 Subject: code format --- include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index c370044e..e13bf0a0 100644 --- a/include/common.h +++ b/include/common.h @@ -27,9 +27,9 @@ #define __AFLCOMMON_H #include "types.h" -extern u8 *target_path; /* Path to target binary */ +extern u8* target_path; /* Path to target binary */ -void detect_file_args(char **argv, u8 *prog_in); +void detect_file_args(char** argv, u8* prog_in); char** get_qemu_argv(u8* own_loc, char** argv, int argc); char** get_wine_argv(u8* own_loc, char** argv, int argc); -- cgit 1.4.1