Cleanups and whitespace fixes.

This commit is contained in:
JoelKatz
2012-08-09 19:20:53 -07:00
parent 1aa15c62e1
commit d477172f65
8 changed files with 66 additions and 64 deletions

View File

@@ -204,7 +204,7 @@ void SNTPClient::init(const std::vector<std::string>& servers)
void SNTPClient::queryAll()
{
while(doQuery())
while (doQuery())
nothing();
}