mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Whitespace
This commit is contained in:
@@ -2173,9 +2173,10 @@ bool PeerImp::hasLedger (uint256 const& hash, uint32 seq) const
|
||||
return true;
|
||||
|
||||
BOOST_FOREACH (uint256 const & ledger, mRecentLedgers)
|
||||
|
||||
{
|
||||
if (ledger == hash)
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user