Whitespace

This commit is contained in:
JoelKatz
2013-08-12 11:35:15 -07:00
parent 699b46088a
commit c5f5c7654a

View File

@@ -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;
}