mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove trailing spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
9e69bd5c56
commit
32ec3fe089
@@ -416,7 +416,7 @@ void Config::loadFromString (std::string const& fileContents)
|
||||
if (getSingleSection (secConfig, "database_path", dbPath))
|
||||
{
|
||||
boost::filesystem::path p(dbPath);
|
||||
legacy("database_path",
|
||||
legacy("database_path",
|
||||
boost::filesystem::absolute (p).string ());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -183,7 +183,7 @@ public:
|
||||
return when;
|
||||
return when + std::chrono::seconds(offset_);
|
||||
}
|
||||
|
||||
|
||||
duration
|
||||
offset() const override
|
||||
{
|
||||
@@ -198,7 +198,7 @@ public:
|
||||
setCallingThreadName("SNTPClock");
|
||||
io_service_.run();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
onTimer (error_code const& ec)
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ class SNTPClock
|
||||
std::chrono::system_clock>
|
||||
{
|
||||
public:
|
||||
virtual
|
||||
virtual
|
||||
void
|
||||
run (std::vector <std::string> const& servers) = 0;
|
||||
|
||||
|
||||
@@ -232,7 +232,7 @@ public:
|
||||
// There are too many issues when working with soci::row and boost::tuple. DO NOT USE
|
||||
// soci row! I had a set of workarounds to make soci row less error prone, I'm keeping
|
||||
// these tests in case I try to add soci::row and boost::tuple back into soci.
|
||||
#if 0
|
||||
#if 0
|
||||
try
|
||||
{
|
||||
std::int32_t ig = 0;
|
||||
@@ -285,7 +285,7 @@ public:
|
||||
{
|
||||
fail ();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
{
|
||||
using namespace boost::filesystem;
|
||||
|
||||
Reference in New Issue
Block a user