about summary refs log tree commit diff
path: root/utils/persistent_mode/test-instr.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-31 17:32:24 +0100
committervan Hauser <vh@thc.org>2021-01-31 17:32:24 +0100
commitcc0210426a5a31d56d8a0e850dcc00d90833afcd (patch)
tree19bfd589d5e8598eac4d088583ed6cd4bba90d94 /utils/persistent_mode/test-instr.c
parent459dd8cb0779f72d83e99673e632429d89a4cfa9 (diff)
downloadafl++-cc0210426a5a31d56d8a0e850dcc00d90833afcd.tar.gz
code-format
Diffstat (limited to 'utils/persistent_mode/test-instr.c')
-rw-r--r--utils/persistent_mode/test-instr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/persistent_mode/test-instr.c b/utils/persistent_mode/test-instr.c
index 2c6b6d77..6da511de 100644
--- a/utils/persistent_mode/test-instr.c
+++ b/utils/persistent_mode/test-instr.c
@@ -24,7 +24,7 @@ __AFL_FUZZ_INIT();
 /* To ensure checks are not optimized out it is recommended to disable
    code optimization for the fuzzer harness main() */
 #pragma clang optimize off
-#pragma GCC optimize("O0")
+#pragma GCC            optimize("O0")
 
 int main(int argc, char **argv) {