Browse Source

undo pedantic whitespaces

pull/715/head
Jeff Becker 8 years ago
parent
commit
03ff390685
  1. 4
      Destination.cpp

4
Destination.cpp

@ -102,7 +102,7 @@ namespace client @@ -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 @@ -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);
}
}
}

Loading…
Cancel
Save