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
@@ -94,7 +94,7 @@ public:
|
||||
STObject& getAffectedNode (SLE::ref node, SField const& type); // create if needed
|
||||
STObject& getAffectedNode (uint256 const& );
|
||||
const STObject& peekAffectedNode (uint256 const& ) const;
|
||||
|
||||
|
||||
/** Return a list of accounts affected by this transaction */
|
||||
boost::container::flat_set<AccountID>
|
||||
getAffectedAccounts() const;
|
||||
|
||||
@@ -84,7 +84,7 @@ private:
|
||||
insert,
|
||||
replace,
|
||||
};
|
||||
|
||||
|
||||
using items_t = std::map<key_type,
|
||||
std::pair<Action, std::shared_ptr<SLE>>>;
|
||||
|
||||
|
||||
@@ -361,7 +361,7 @@ class View_test
|
||||
expect(v2.parentCloseTime() ==
|
||||
v1.parentCloseTime());
|
||||
expect(v2.seq() == v1.seq());
|
||||
expect(v2.flags() == tapNO_CHECK_SIGN);
|
||||
expect(v2.flags() == tapNO_CHECK_SIGN);
|
||||
|
||||
Sandbox v3(&v2);
|
||||
expect(v3.seq() == v2.seq());
|
||||
@@ -375,7 +375,7 @@ class View_test
|
||||
expect(v2.seq() == v0.seq());
|
||||
expect(v2.parentCloseTime() ==
|
||||
v0.parentCloseTime());
|
||||
expect(v2.flags() == tapNO_CHECK_SIGN);
|
||||
expect(v2.flags() == tapNO_CHECK_SIGN);
|
||||
PaymentSandbox v3(&v2);
|
||||
expect(v3.seq() == v2.seq());
|
||||
expect(v3.parentCloseTime() ==
|
||||
|
||||
Reference in New Issue
Block a user