mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Format first-party source according to .clang-format
This commit is contained in:
committed by
manojsdoshi
parent
65dfc5d19e
commit
50760c6935
@@ -25,21 +25,23 @@
|
||||
namespace ripple {
|
||||
|
||||
/** Manages the list of known inner object formats.
|
||||
*/
|
||||
class InnerObjectFormats : public KnownFormats <int>
|
||||
*/
|
||||
class InnerObjectFormats : public KnownFormats<int>
|
||||
{
|
||||
private:
|
||||
/** Create the object.
|
||||
This will load the object with all the known inner object formats.
|
||||
*/
|
||||
InnerObjectFormats ();
|
||||
InnerObjectFormats();
|
||||
|
||||
public:
|
||||
static InnerObjectFormats const& getInstance ();
|
||||
static InnerObjectFormats const&
|
||||
getInstance();
|
||||
|
||||
SOTemplate const* findSOTemplateBySField (SField const& sField) const;
|
||||
SOTemplate const*
|
||||
findSOTemplateBySField(SField const& sField) const;
|
||||
};
|
||||
|
||||
} // ripple
|
||||
} // namespace ripple
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user