From 684f4dd1c44053517c6685a8a3137691535ecd84 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 11 Mar 2020 11:42:57 +0100 Subject: honor afl_quiet on env var checks + code-format --- llvm_mode/afl-llvm-rt.o.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm_mode/afl-llvm-rt.o.c') diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c index 1fa77fd9..5f9a5534 100644 --- a/llvm_mode/afl-llvm-rt.o.c +++ b/llvm_mode/afl-llvm-rt.o.c @@ -89,8 +89,8 @@ static void __afl_map_shm(void) { if (id_str) { #ifdef USEMMAP - const char *shm_file_path = id_str; - int shm_fd = -1; + const char * shm_file_path = id_str; + int shm_fd = -1; unsigned char *shm_base = NULL; /* create the shared memory segment as if it was a file */ @@ -137,8 +137,8 @@ static void __afl_map_shm(void) { if (id_str) { #ifdef USEMMAP - const char *shm_file_path = id_str; - int shm_fd = -1; + const char * shm_file_path = id_str; + int shm_fd = -1; unsigned char *shm_base = NULL; /* create the shared memory segment as if it was a file */ -- cgit 1.4.1