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
@@ -23,7 +23,7 @@
|
||||
namespace ripple {
|
||||
|
||||
bool
|
||||
Keylet::check (SLE const& sle) const
|
||||
Keylet::check(SLE const& sle) const
|
||||
{
|
||||
if (type == ltANY)
|
||||
return true;
|
||||
@@ -38,4 +38,4 @@ Keylet::check (SLE const& sle) const
|
||||
return sle.getType() == type;
|
||||
}
|
||||
|
||||
} // ripple
|
||||
} // namespace ripple
|
||||
|
||||
Reference in New Issue
Block a user