switched to clang-format-10

This commit is contained in:
van Hauser
2020-04-20 11:32:44 +02:00
parent 4c90293e44
commit b6a15d9719
3 changed files with 7 additions and 6 deletions

View File

@ -608,8 +608,9 @@ typedef struct afl_state {
u8 * ex_buf;
size_t ex_size;
/* this is a fixed buffer of size map_size that can be used by any function if they do not call another function */
u8 * map_tmp_buf;
/* this is a fixed buffer of size map_size that can be used by any function if
* they do not call another function */
u8 *map_tmp_buf;
} afl_state_t;