Whitespace (align with mdb.RE)

vl32b
Hallvard Furuseth 10 years ago
parent 631970e485
commit d711e357da
  1. 2
      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;

Loading…
Cancel
Save