mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove trailing spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
9e69bd5c56
commit
32ec3fe089
@@ -97,7 +97,7 @@ public:
|
||||
@return `true` If the peer was added
|
||||
*/
|
||||
bool insert (Peer::ptr const&);
|
||||
|
||||
|
||||
virtual bool isDone () const
|
||||
{
|
||||
return mComplete || mFailed;
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user