diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:07:25 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:07:25 +0200 |
commit | 50a195fe5955a7b6711bfd975c17d2e6bd1a82f2 (patch) | |
tree | 1f20879c0ca77c664d041b71c03ed11a1ad6608f /include/alloc-inl.h | |
parent | 738016952f3bb57e8059e90c40094f662e03ed7b (diff) | |
download | afl++-50a195fe5955a7b6711bfd975c17d2e6bd1a82f2.tar.gz |
code format
Diffstat (limited to 'include/alloc-inl.h')
-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) { |