Reformatting using AStyle

This commit is contained in:
Vinnie Falco
2013-06-14 08:45:13 -07:00
parent 36bd8f7173
commit 521e812fc4
294 changed files with 54610 additions and 47599 deletions

View File

@@ -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;
}