]> git.ozlabs.org Git - ccan/blobdiff - ccan/block_pool/_info
ccanlint: print coverage amount when -vv
[ccan] / ccan / block_pool / _info
index 245ed1a900166b8a621048bde969824cd6256761..2daa0fae7c34668461db5e7ace06c877289436cd 100644 (file)
@@ -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