summaryrefslogtreecommitdiff
path: root/src/basic/mempool.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-05-22 16:08:26 +0200
committerLennart Poettering <lennart@poettering.net>2018-05-22 16:13:45 +0200
commit56b00d0028894c078fcbd617a5f2a589137bcf95 (patch)
treedc15b8966f719fe89d05e2318a6c67b82d8c6e33 /src/basic/mempool.h
parent3dfd31c8d241295032c75a6f9c6df33b165914bd (diff)
downloadsystemd-56b00d0028894c078fcbd617a5f2a589137bcf95.tar.gz
tree-wide: remove some double newlines in headers, too
Diffstat (limited to 'src/basic/mempool.h')
-rw-r--r--src/basic/mempool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/mempool.h b/src/basic/mempool.h
index 68249cd881..ba0c0bd8f9 100644
--- a/src/basic/mempool.h
+++ b/src/basic/mempool.h
@@ -29,7 +29,6 @@ static struct mempool pool_name = { \
.at_least = alloc_at_least, \
}
-
#if VALGRIND
void mempool_drop(struct mempool *mp);
#endif