mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
Format first-party source according to .clang-format
This commit is contained in:
committed by
manojsdoshi
parent
65dfc5d19e
commit
50760c6935
@@ -17,16 +17,15 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <test/jtx/regkey.h>
|
||||
#include <ripple/protocol/jss.h>
|
||||
#include <test/jtx/regkey.h>
|
||||
|
||||
namespace ripple {
|
||||
namespace test {
|
||||
namespace jtx {
|
||||
|
||||
Json::Value
|
||||
regkey (Account const& account,
|
||||
disabled_t)
|
||||
regkey(Account const& account, disabled_t)
|
||||
{
|
||||
Json::Value jv;
|
||||
jv[jss::Account] = account.human();
|
||||
@@ -35,8 +34,7 @@ regkey (Account const& account,
|
||||
}
|
||||
|
||||
Json::Value
|
||||
regkey (Account const& account,
|
||||
Account const& signer)
|
||||
regkey(Account const& account, Account const& signer)
|
||||
{
|
||||
Json::Value jv;
|
||||
jv[jss::Account] = account.human();
|
||||
@@ -45,6 +43,6 @@ regkey (Account const& account,
|
||||
return jv;
|
||||
}
|
||||
|
||||
} // jtx
|
||||
} // test
|
||||
} // ripple
|
||||
} // namespace jtx
|
||||
} // namespace test
|
||||
} // namespace ripple
|
||||
|
||||
Reference in New Issue
Block a user