mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix tabs and trailing whitespace.
This commit is contained in:
@@ -110,7 +110,7 @@ Logs::Logs()
|
||||
: level_ (beast::Journal::kWarning) // default severity
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
Logs::open (boost::filesystem::path const& pathToLogFile)
|
||||
{
|
||||
|
||||
@@ -130,7 +130,7 @@ void RangeSet::setValue (std::uint32_t v)
|
||||
if (!hasValue (v))
|
||||
{
|
||||
mRanges[v] = v;
|
||||
|
||||
|
||||
simplify ();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
//==============================================================================
|
||||
|
||||
#include <ripple/basics/ThreadName.h>
|
||||
|
||||
|
||||
// For Sustain Linux variants
|
||||
// VFALCO TODO Rewrite Sustain to use beast::Process
|
||||
#ifdef __linux__
|
||||
|
||||
Reference in New Issue
Block a user