mirror of
https://github.com/isar/libmdbx.git
synced 2025-03-04 05:08:14 +08:00
mdbx: форматирование/пробелы/косметика.
This commit is contained in:
parent
b1cc8b2e9f
commit
9d9a19ae17
@ -1030,7 +1030,7 @@ __cold int mdbx_enumerate_subdb(const MDBX_txn *txn, MDBX_subdb_enum_func *func,
|
|||||||
}
|
}
|
||||||
rc = (rc == MDBX_NOTFOUND) ? MDBX_SUCCESS : rc;
|
rc = (rc == MDBX_NOTFOUND) ? MDBX_SUCCESS : rc;
|
||||||
|
|
||||||
bailout:
|
bailout:
|
||||||
txn->cursors[MAIN_DBI] = cx.outer.next;
|
txn->cursors[MAIN_DBI] = cx.outer.next;
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user