diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:07:25 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:06 +0200 |
| commit | 376b45c199ffd91941ceb8d7f56e0a98badebba2 (patch) | |
| tree | 1f20879c0ca77c664d041b71c03ed11a1ad6608f /include | |
| parent | b247366c4ef8c24874604be2ac6d3086c3f42cac (diff) | |
| download | afl++-376b45c199ffd91941ceb8d7f56e0a98badebba2.tar.gz | |
code format
Diffstat (limited to 'include')
| -rw-r--r-- | include/alloc-inl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/alloc-inl.h b/include/alloc-inl.h index 47a16bb8..89889cc5 100644 --- a/include/alloc-inl.h +++ b/include/alloc-inl.h @@ -846,8 +846,6 @@ static inline void *ck_maybe_grow(void **buf, size_t *size, } - - /* Swaps buf1 ptr and buf2 ptr, as well as their sizes */ static inline void swap_bufs(void **buf1, size_t *size1, void **buf2, size_t *size2) { |
