Whitespace fix.

This commit is contained in:
JoelKatz
2012-09-03 06:02:42 -07:00
parent 4f598af582
commit 7d6259d8b3

View File

@@ -431,7 +431,7 @@ bool LedgerAcquireMaster::hasLedger(const uint256& hash)
void LedgerAcquireMaster::dropLedger(const uint256& hash)
{
assert(hash.isNonZero());
boost::mutex::scoped_lock sl(mLock);
boost::mutex::scoped_lock sl(mLock);
mLedgers.erase(hash);
}