about summary refs log tree commit diff
path: root/include/alloc-inl.h
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-30 16:07:25 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:06 +0200
commit376b45c199ffd91941ceb8d7f56e0a98badebba2 (patch)
tree1f20879c0ca77c664d041b71c03ed11a1ad6608f /include/alloc-inl.h
parentb247366c4ef8c24874604be2ac6d3086c3f42cac (diff)
downloadafl++-376b45c199ffd91941ceb8d7f56e0a98badebba2.tar.gz
code format
Diffstat (limited to 'include/alloc-inl.h')
-rw-r--r--include/alloc-inl.h2
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) {