From 124ec8d297269b6b3066123782a7e92c802d2248 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Mon, 2 Dec 2019 14:34:21 +0100 Subject: code format (contributors, do it!) --- include/afl-fuzz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afl-fuzz.h') diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 8717519b..c85883dd 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -409,7 +409,7 @@ extern u32 rand_cnt; /* Random number counter */ #endif extern u32 rand_seed[2]; -extern s64 init_seed; +extern s64 init_seed; extern u64 total_cal_us, /* Total calibration time (us) */ total_cal_cycles; /* Total calibration cycles */ -- cgit 1.4.1