mdbx: форматирование/пробелы/косметика.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2024-07-20 13:15:27 +03:00
parent b1cc8b2e9f
commit 9d9a19ae17

View File

@ -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;
bailout:
bailout:
txn->cursors[MAIN_DBI] = cx.outer.next;
return rc;
}