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

@@ -17,8 +17,8 @@
*/
//==============================================================================
#include <test/jtx/txflags.h>
#include <ripple/protocol/jss.h>
#include <test/jtx/txflags.h>
namespace ripple {
namespace test {
@@ -27,10 +27,9 @@ namespace jtx {
void
txflags::operator()(Env&, JTx& jt) const
{
jt[jss::Flags] =
v_ /*| tfUniversal*/;
jt[jss::Flags] = v_ /*| tfUniversal*/;
}
} // jtx
} // test
} // ripple
} // namespace jtx
} // namespace test
} // namespace ripple