about summary refs log tree commit diff
path: root/examples/argv_fuzzing/argv-fuzz-inl.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-16 13:21:39 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-16 13:21:39 +0100
commitef00ed6090cf6890434b203248b4f7892a01feca (patch)
treea2070cd1124b13db381f60abdfc61fb99bdd66dc /examples/argv_fuzzing/argv-fuzz-inl.h
parent8acd503526eda9d8c87374d8cf570aeac54ced73 (diff)
downloadafl++-ef00ed6090cf6890434b203248b4f7892a01feca.tar.gz
code format
Diffstat (limited to 'examples/argv_fuzzing/argv-fuzz-inl.h')
-rw-r--r--examples/argv_fuzzing/argv-fuzz-inl.h2
1 files changed, 1 insertions, 1 deletions
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) {