mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
Fix code format
This commit is contained in:
@ -635,9 +635,9 @@ typedef struct afl_state {
|
||||
u64 stats_last_stats_ms, stats_last_plot_ms, stats_last_ms, stats_last_execs;
|
||||
|
||||
/* StatsD */
|
||||
u64 statsd_last_send_ms;
|
||||
u64 statsd_last_send_ms;
|
||||
struct sockaddr_in statsd_server;
|
||||
int statsd_sock;
|
||||
int statsd_sock;
|
||||
|
||||
double stats_avg_exec;
|
||||
|
||||
|
Reference in New Issue
Block a user