mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
code format
This commit is contained in:
@ -341,7 +341,10 @@ typedef struct afl_env_vars {
|
||||
} afl_env_vars_t;
|
||||
|
||||
struct afl_pass_stat {
|
||||
u8 total; u8 faileds;
|
||||
|
||||
u8 total;
|
||||
u8 faileds;
|
||||
|
||||
};
|
||||
|
||||
typedef struct afl_state {
|
||||
@ -573,8 +576,8 @@ typedef struct afl_state {
|
||||
s32 cmplog_fsrv_ctl_fd, cmplog_fsrv_st_fd;
|
||||
u32 cmplog_prev_timed_out;
|
||||
|
||||
struct afl_pass_stat* pass_stats;
|
||||
struct cmp_map *orig_cmp_map;
|
||||
struct afl_pass_stat *pass_stats;
|
||||
struct cmp_map * orig_cmp_map;
|
||||
|
||||
u8 describe_op_buf_256[256]; /* describe_op will use this to return a string
|
||||
up to 256 */
|
||||
|
Reference in New Issue
Block a user