mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 09:16:47 +00:00
clang-format
This commit is contained in:
@@ -244,9 +244,9 @@ public:
|
||||
getFieldV256(SField const& field) const;
|
||||
STArray const&
|
||||
getFieldArray(SField const& field) const;
|
||||
const STObject&
|
||||
STObject const&
|
||||
getFieldObject(SField const& field) const;
|
||||
const STCurrency&
|
||||
STCurrency const&
|
||||
getFieldCurrency(SField const& field) const;
|
||||
STNumber const&
|
||||
getFieldNumber(SField const& field) const;
|
||||
|
||||
@@ -689,7 +689,7 @@ STObject::getFieldArray(SField const& field) const
|
||||
return getFieldByConstRef<STArray>(field, empty);
|
||||
}
|
||||
|
||||
const STObject&
|
||||
STObject const&
|
||||
STObject::getFieldObject(SField const& field) const
|
||||
{
|
||||
static STObject const empty(field);
|
||||
|
||||
Reference in New Issue
Block a user