mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Reformatting using AStyle
This commit is contained in:
@@ -34,7 +34,7 @@ HashedObjectType HashedObject::getType () const
|
||||
return mType;
|
||||
}
|
||||
|
||||
uint256 const& HashedObject::getHash() const
|
||||
uint256 const& HashedObject::getHash () const
|
||||
{
|
||||
return mHash;
|
||||
}
|
||||
@@ -44,7 +44,7 @@ LedgerIndex HashedObject::getIndex () const
|
||||
return mLedgerIndex;
|
||||
}
|
||||
|
||||
Blob const& HashedObject::getData() const
|
||||
Blob const& HashedObject::getData () const
|
||||
{
|
||||
return mData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user