mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
Whitespace fixes.
This commit is contained in:
@@ -89,12 +89,12 @@ public:
|
|||||||
const std::map<uint256, std::pair<SHAMapItem::pointer,SHAMapItem::pointer> >& inMap,
|
const std::map<uint256, std::pair<SHAMapItem::pointer,SHAMapItem::pointer> >& inMap,
|
||||||
std::map<uint256, std::pair<Transaction::pointer, Transaction::pointer> >& outMap);
|
std::map<uint256, std::pair<Transaction::pointer, Transaction::pointer> >& outMap);
|
||||||
|
|
||||||
bool operator<(const Transaction &) const;
|
bool operator<(const Transaction&) const;
|
||||||
bool operator>(const Transaction &) const;
|
bool operator>(const Transaction&) const;
|
||||||
bool operator==(const Transaction &) const;
|
bool operator==(const Transaction&) const;
|
||||||
bool operator!=(const Transaction &) const;
|
bool operator!=(const Transaction&) const;
|
||||||
bool operator<=(const Transaction &) const;
|
bool operator<=(const Transaction&) const;
|
||||||
bool operator>=(const Transaction &) const;
|
bool operator>=(const Transaction&) const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
static Transaction::pointer transactionFromSQL(const std::string& statement);
|
static Transaction::pointer transactionFromSQL(const std::string& statement);
|
||||||
|
|||||||
Reference in New Issue
Block a user