Remove trailing spaces.

This commit is contained in:
Tom Ritchford
2015-07-28 23:24:25 -04:00
committed by Nik Bougalis
parent 9e69bd5c56
commit 32ec3fe089
138 changed files with 881 additions and 884 deletions

View File

@@ -97,7 +97,7 @@ public:
@return `true` If the peer was added
*/
bool insert (Peer::ptr const&);
virtual bool isDone () const
{
return mComplete || mFailed;

View File

@@ -22,7 +22,7 @@
#include <ripple/overlay/impl/PeerImp.h>
#include <ripple/overlay/impl/Tuning.h>
#include <ripple/json/json_reader.h>
namespace ripple {
ConnectAttempt::ConnectAttempt (boost::asio::io_service& io_service,

View File

@@ -126,7 +126,7 @@ public:
testcase ("load/store");
std::string const dbName("ManifestCacheTestDB");
{
{
// create a database, save the manifest to the db and reload and
// check that the manifest caches are the same
DatabaseCon::Setup setup;