Browse Source

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.
Brad Hards 15 years ago
parent
commit
b83649e60e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ccan/block_pool/_info

+ 1 - 2
ccan/block_pool/_info

@@ -3,8 +3,7 @@
 #include "config.h"
 #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
  * block_pool allocates blocks by packing them into buffers, making the
  * overhead per block virtually zero.  Because of this, you cannot resize or
  * overhead per block virtually zero.  Because of this, you cannot resize or