code-format

This commit is contained in:
van Hauser
2021-01-31 17:32:24 +01:00
parent 459dd8cb07
commit cc0210426a
8 changed files with 14 additions and 10 deletions

View File

@ -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) {