clang-format

This commit is contained in:
tequ
2026-04-30 10:45:30 +09:00
committed by Oleksandr
parent aa70d6051b
commit 33be9abbef
12 changed files with 20 additions and 18 deletions

View File

@@ -68,7 +68,7 @@ checkInsufficientReserve(
STTx const& tx,
SLE::const_ref accSle,
STAmount const& accBalance,
SLE::const_ref sponsorSle,
SLE::const_ref sponsorSle,
std::int32_t ownerCountDelta,
std::int32_t accountCountDelta = 0,
beast::Journal j = beast::Journal{beast::Journal::getNullSink()});

View File

@@ -53,9 +53,7 @@ getTxReserveSponsor(ReadView const& view, STTx const& tx)
}
inline std::optional<AccountID>
getLedgerEntryReserveSponsorAccountID(
SLE::const_ref sle,
SF_ACCOUNT const& field = sfSponsor)
getLedgerEntryReserveSponsorAccountID(SLE::const_ref sle, SF_ACCOUNT const& field = sfSponsor)
{
if (sle->isFieldPresent(field))
return sle->getAccountID(field);