mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 06:28:51 +00:00
switched to clang-format-10
This commit is contained in:
@ -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;
|
||||
|
||||
|
@ -105,7 +105,7 @@ static inline void *shmat(int __shmid, const void *__shmaddr, int __shmflg) {
|
||||
|
||||
}
|
||||
|
||||
#endif /* __ANDROID__ */
|
||||
#endif /* __ANDROID__ */
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user