Remove trailing spaces.

This commit is contained in:
Tom Ritchford
2015-07-28 23:24:25 -04:00
committed by Nik Bougalis
parent 9e69bd5c56
commit 32ec3fe089
138 changed files with 881 additions and 884 deletions

View File

@@ -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)
{