From 82752fe38db590184f7f1725954f906da397d91c Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 19 Nov 2024 16:25:50 +0100 Subject: code format --- instrumentation/afl-llvm-common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'instrumentation/afl-llvm-common.h') diff --git a/instrumentation/afl-llvm-common.h b/instrumentation/afl-llvm-common.h index 98c4c7c9..434476c4 100644 --- a/instrumentation/afl-llvm-common.h +++ b/instrumentation/afl-llvm-common.h @@ -10,9 +10,9 @@ #include #ifdef __has_include -#if __has_include() -#include -#endif + #if __has_include() + #include + #endif #endif #include -- cgit 1.4.1