mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-27 17:10:15 +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