diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-28 16:46:42 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-28 16:46:42 +0200 |
commit | 9d33580aac21f42cbf83297572f5d2aaa9d7db93 (patch) | |
tree | 64e7bdf5ef390aab2e9f090221aec0042fb82ef8 /include/debug.h | |
parent | 77cfd504cf0bdc0906ede9b2b54e25f98250b2e7 (diff) | |
download | afl++-9d33580aac21f42cbf83297572f5d2aaa9d7db93.tar.gz |
code format
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index c66d0334..5496135c 100644 --- a/include/debug.h +++ b/include/debug.h @@ -409,6 +409,8 @@ static inline const char *colorfilter(const char *x) { \ } while (1); \ \ + \ + \ } while (0) #define ck_read(fd, buf, len, fn) \ |