Formatting, minor tweaks

This commit is contained in:
Klaus Basan
2017-07-16 03:42:26 +02:00
committed by Mathew Sutcliffe
parent 3b6edcd575
commit d64bfcabce
4 changed files with 15 additions and 15 deletions

View File

@@ -149,7 +149,7 @@ void CSwiftData::performGracefulShutdown()
{
if (this->m_updater)
{
this->m_updater->abandonAndWait();
m_updater->abandonAndWait();
}
}