chiark / gitweb /
tree-wide: remove some double newlines in headers, too
[elogind.git] / src / basic / mempool.h
index 68249cd88118c8011d045db9196938bcb96bb7c1..ba0c0bd8f967f6910c88e50d23d7546bb2a2fdcf 100644 (file)
@@ -29,7 +29,6 @@ static struct mempool pool_name = { \
         .at_least = alloc_at_least, \
 }
 
-
 #if VALGRIND
 void mempool_drop(struct mempool *mp);
 #endif