Cosmetic changes.

This commit is contained in:
Arthur Britto
2012-04-24 14:47:58 -07:00
parent 65126360c9
commit f24a43bb7a
6 changed files with 16 additions and 16 deletions

View File

@@ -115,9 +115,9 @@ Json::Value ConnectionPool::getPeersJson()
BOOST_FOREACH(Peer::pointer peer, mPeers)
{
ret.append(peer->getJson());
ret.append(peer->getJson());
}
return ret;
}
// vim:ts=4