about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-14 12:42:38 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-14 12:42:38 +0200
commit92aaaef38126853f26e1be0e522a29c974e24bb5 (patch)
tree85ace176dc9be7d4e605d8b4a08a388c5fb70795 /include
parent2c87e68ad673f2785ecfc6887121124bc9287106 (diff)
downloadafl++-92aaaef38126853f26e1be0e522a29c974e24bb5.tar.gz
code format
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 9da9452a..3df99a58 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -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 */