about summary refs log tree commit diff
path: root/qbdi_mode/template.cpp
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-30 22:08:26 +0100
committervan Hauser <vh@thc.org>2020-11-30 22:08:26 +0100
commitf7d8643dc4531a9aa8849d4acf2a96b0d8ae5c3c (patch)
treed861165f1192601dab08303eb02c9b7dc33f65d9 /qbdi_mode/template.cpp
parente769102491a4a5aa90afe57cce48211338133d3f (diff)
downloadafl++-f7d8643dc4531a9aa8849d4acf2a96b0d8ae5c3c.tar.gz
update clang-format to 11
Diffstat (limited to 'qbdi_mode/template.cpp')
-rwxr-xr-xqbdi_mode/template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbdi_mode/template.cpp b/qbdi_mode/template.cpp
index 55c5a3f3..b2066cc8 100755
--- a/qbdi_mode/template.cpp
+++ b/qbdi_mode/template.cpp
@@ -44,7 +44,7 @@ target_func              p_target_func = NULL;
 rword                    module_base = 0;
 rword                    module_end = 0;
 static unsigned char
-               dummy[MAP_SIZE]; /* costs MAP_SIZE but saves a few instructions */
+    dummy[MAP_SIZE];         /* costs MAP_SIZE but saves a few instructions */
 unsigned char *afl_area_ptr = NULL;           /* Exported for afl_gen_trace */
 
 unsigned long afl_prev_loc = 0;