code format, llvm 18

This commit is contained in:
vanhauser-thc
2024-08-19 16:25:32 +02:00
parent 6edc3b51ba
commit 1689a8e053
21 changed files with 110 additions and 97 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) {