undo pedantic whitespaces

This commit is contained in:
Jeff Becker 2016-11-20 09:31:33 -05:00
parent 2a77486567
commit 03ff390685

View file

@ -102,7 +102,7 @@ namespace client
}
catch (std::exception& ex)
{
LogPrint (eLogError, "Destination: Runtime Exception", ex.what ());
LogPrint (eLogError, "Destination: runtime exception: ", ex.what ());
}
}
}
@ -627,8 +627,8 @@ namespace client
if (done)
{
auto requestComplete = it->second;
if (requestComplete) requestComplete->Complete (nullptr);
m_LeaseSetRequests.erase (it);
if (requestComplete) requestComplete->Complete (nullptr);
}
}
}