From ef00ed6090cf6890434b203248b4f7892a01feca Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sun, 16 Feb 2020 13:21:39 +0100 Subject: code format --- examples/argv_fuzzing/argv-fuzz-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/argv_fuzzing') diff --git a/examples/argv_fuzzing/argv-fuzz-inl.h b/examples/argv_fuzzing/argv-fuzz-inl.h index 5644f7e4..c595f7ea 100644 --- a/examples/argv_fuzzing/argv-fuzz-inl.h +++ b/examples/argv_fuzzing/argv-fuzz-inl.h @@ -53,7 +53,7 @@ } while (0) #define MAX_CMDLINE_LEN 100000 -#define MAX_CMDLINE_PAR 50000 +#define MAX_CMDLINE_PAR 50000 static char** afl_init_argv(int* argc) { -- cgit 1.4.1