about summary refs log tree commit diff
path: root/instrumentation/afl-llvm-common.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-11-19 16:25:50 +0100
committervanhauser-thc <vh@thc.org>2024-11-19 16:25:50 +0100
commit82752fe38db590184f7f1725954f906da397d91c (patch)
tree82bce83b6e6f08f96f513824ffd3c2f478e43f02 /instrumentation/afl-llvm-common.h
parentd11ade56e223185f53629a6e2f1096c7098c3e8d (diff)
downloadafl++-dev.tar.gz
code format dev
Diffstat (limited to 'instrumentation/afl-llvm-common.h')
-rw-r--r--instrumentation/afl-llvm-common.h6
1 files changed, 3 insertions, 3 deletions
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 <fstream>
 
 #ifdef __has_include
-#if __has_include(<optional>)
-#include <optional>
-#endif
+  #if __has_include(<optional>)
+    #include <optional>
+  #endif
 #endif
 
 #include <sys/time.h>