Format first-party source according to .clang-format

This commit is contained in:
Pretty Printer
2020-04-17 09:56:34 -05:00
committed by manojsdoshi
parent 65dfc5d19e
commit 50760c6935
1076 changed files with 86161 additions and 77449 deletions

View File

@@ -27,20 +27,17 @@ namespace jtx {
void
sig::operator()(Env&, JTx& jt) const
{
if (! manual_)
if (!manual_)
return;
jt.fill_sig = false;
if(account_)
if (account_)
{
// VFALCO Inefficient pre-C++14
auto const account = *account_;
jt.signer = [account](Env&, JTx& jtx)
{
jtx::sign(jtx.jv, account);
};
jt.signer = [account](Env&, JTx& jtx) { jtx::sign(jtx.jv, account); };
}
}
} // jtx
} // test
} // ripple
} // namespace jtx
} // namespace test
} // namespace ripple