From c79edf4df9909bdb1313e74bb9cc7c8ea7936dcb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Nov 2024 08:53:26 -0500 Subject: Update clang-format configuration --- include/zix/bump_allocator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/zix/bump_allocator.h') diff --git a/include/zix/bump_allocator.h b/include/zix/bump_allocator.h index c69de92..ecb2383 100644 --- a/include/zix/bump_allocator.h +++ b/include/zix/bump_allocator.h @@ -52,8 +52,7 @@ typedef struct { } ZixBumpAllocator; /// Return a bump allocator that works within a provided buffer -ZIX_API -ZixBumpAllocator +ZIX_API ZixBumpAllocator zix_bump_allocator(size_t capacity, void* ZIX_NONNULL buffer); /** -- cgit v1.2.1