diff options
author | van Hauser <vh@thc.org> | 2020-04-20 11:32:44 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-20 11:32:44 +0200 |
commit | b6a15d9719fd93ebbc885b9c53ae21f7bd325ee0 (patch) | |
tree | ed87581597b0564015cf600234a9b06e48110975 /include/afl-fuzz.h | |
parent | 4c90293e447a6e43129b39e14a72cbad38704522 (diff) | |
download | afl++-b6a15d9719fd93ebbc885b9c53ae21f7bd325ee0.tar.gz |
switched to clang-format-10
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 6c349ea7..428bfa8e 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -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; |