Whitespace (align with mdb.RE)
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 12 Jan 2015 20:02:29 +0000 (21:02 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 12 Jan 2015 20:02:29 +0000 (21:02 +0100)
libraries/liblmdb/lmdb.h

index f37d8f5..ebfbc5d 100644 (file)
@@ -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;