Whitespace fix.

This commit is contained in:
JoelKatz
2012-11-04 14:39:30 -08:00
parent 8045059894
commit eb58c6abf1

View File

@@ -170,7 +170,7 @@ void LedgerAcquire::addPeers()
if (!found)
{
BOOST_FOREACH(Peer::ref peer, peerList)
peerHas(peer);
peerHas(peer);
}
}