From b83649e60e0b6682704b9ad5def021dd4a4df85f Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Mon, 17 Jan 2011 13:32:36 +1030 Subject: [PATCH] block_pool: Change metadata layout so initial description is all on one line. With the original layout, we got: Summary: An efficient allocator for blocks that don't need to be .... Description: resized or freed. --- ccan/block_pool/_info | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ccan/block_pool/_info b/ccan/block_pool/_info index 245ed1a9..2daa0fae 100644 --- a/ccan/block_pool/_info +++ b/ccan/block_pool/_info @@ -3,8 +3,7 @@ #include "config.h" /** - * block_pool - An efficient allocator for blocks that don't need to be - * resized or freed. + * block_pool - An efficient allocator for blocks that don't need to be resized or freed. * * block_pool allocates blocks by packing them into buffers, making the * overhead per block virtually zero. Because of this, you cannot resize or -- 2.39.2