Cosmetic.

This commit is contained in:
Arthur Britto
2012-06-18 14:37:10 -07:00
parent aa2834a5ce
commit 9286ca628f
4 changed files with 47 additions and 37 deletions

View File

@@ -49,7 +49,7 @@ void PeerDoor::startListening()
void PeerDoor::handleConnect(Peer::pointer new_connection,
const boost::system::error_code& error)
{
if(!error)
if (!error)
{
new_connection->connected(error);
}
@@ -57,4 +57,5 @@ void PeerDoor::handleConnect(Peer::pointer new_connection,
startListening();
}
// vim:ts=4