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

@ -456,8 +456,8 @@ void write_crash_readme(afl_state_t *afl) {
save or queue the input test case for further analysis if so. Returns 1 if
entry is saved, 0 otherwise. */
u8 __attribute__((hot))
save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) {
u8 __attribute__((hot)) save_if_interesting(afl_state_t *afl, void *mem,
u32 len, u8 fault) {
if (unlikely(len == 0)) { return 0; }