Fix code format

This commit is contained in:
Edznux
2020-10-05 22:21:24 +02:00
parent 916b6fd317
commit 9ac9aa2511
3 changed files with 17 additions and 7 deletions

View File

@ -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;