Fix tabs and trailing whitespace.

This commit is contained in:
Tom Ritchford
2014-10-14 16:58:47 -04:00
parent 7eaca149c1
commit 5425a90f16
86 changed files with 200 additions and 200 deletions

View File

@@ -110,7 +110,7 @@ Logs::Logs()
: level_ (beast::Journal::kWarning) // default severity
{
}
bool
Logs::open (boost::filesystem::path const& pathToLogFile)
{

View File

@@ -130,7 +130,7 @@ void RangeSet::setValue (std::uint32_t v)
if (!hasValue (v))
{
mRanges[v] = v;
simplify ();
}
}

View File

@@ -18,7 +18,7 @@
//==============================================================================
#include <ripple/basics/ThreadName.h>
// For Sustain Linux variants
// VFALCO TODO Rewrite Sustain to use beast::Process
#ifdef __linux__