update clang-format to 11

This commit is contained in:
van Hauser
2020-11-30 22:08:26 +01:00
parent e769102491
commit f7d8643dc4
4 changed files with 17 additions and 20 deletions

View File

@ -44,7 +44,7 @@ target_func p_target_func = NULL;
rword module_base = 0;
rword module_end = 0;
static unsigned char
dummy[MAP_SIZE]; /* costs MAP_SIZE but saves a few instructions */
dummy[MAP_SIZE]; /* costs MAP_SIZE but saves a few instructions */
unsigned char *afl_area_ptr = NULL; /* Exported for afl_gen_trace */
unsigned long afl_prev_loc = 0;