From: Hallvard Furuseth Date: Mon, 12 Jan 2015 20:02:29 +0000 (+0100) Subject: Whitespace (align with mdb.RE) X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d711e357da8432f4e5d32ea5a90b36a711e8716e;p=openldap Whitespace (align with mdb.RE) --- diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index f37d8f5897..ebfbc5dc82 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -450,7 +450,7 @@ typedef struct MDB_envinfo { void *me_mapaddr; /**< Address of map, if fixed */ size_t me_mapsize; /**< Size of the data memory map */ size_t me_last_pgno; /**< ID of the last used page */ - size_t me_last_txnid; /**< ID of the last committed transaction */ + size_t me_last_txnid; /**< ID of the last committed transaction */ unsigned int me_maxreaders; /**< max reader slots in the environment */ unsigned int me_numreaders; /**< max reader slots used in the environment */ } MDB_envinfo;