about summary refs log tree commit diff
path: root/include/alloc-inl.h
diff options
context:
space:
mode:
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) {