ldb_mdb: Change function declaration as per README.coding
[nivanova/samba-autobuild/.git] / lib / ldb / ldb_mdb / ldb_mdb.c
index b57998c1e31fe24e18ebb5d48ae763a54973bc89..01fa024e711245cfc53cfeb68e0e6541620dd9fb 100644 (file)
@@ -725,7 +725,8 @@ static bool lmdb_changed(struct ldb_kv_private *ldb_kv)
  * The mdb_env_stat call returns an accurate count, so we return the actual
  * number of records in the database rather than an estimate.
  */
-static size_t lmdb_get_size(struct ldb_kv_private *ldb_kv) {
+static size_t lmdb_get_size(struct ldb_kv_private *ldb_kv)
+{
 
        struct MDB_stat stats = {0};
        struct lmdb_private *lmdb = ldb_kv->lmdb_private;