aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@kodi.tv>2015-08-01 09:24:29 +0200
committermontellese <montellese@kodi.tv>2015-08-01 09:24:29 +0200
commita3ca361265e566e99e1d088efcef6f538f6b58f7 (patch)
treeb53ec08c8f38c72faa14b1fd3d734ebb6675c697
parent27ea795e9cd816b6d407940003fedd08e860af44 (diff)
CProgressJob: cosmetics
-rw-r--r--xbmc/utils/ProgressJob.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/utils/ProgressJob.cpp b/xbmc/utils/ProgressJob.cpp
index bb18ba69bd..2d164ac9cc 100644
--- a/xbmc/utils/ProgressJob.cpp
+++ b/xbmc/utils/ProgressJob.cpp
@@ -181,8 +181,8 @@ void CProgressJob::MarkFinished()
if (m_updateProgress)
{
m_progress->MarkFinished();
- //We don't own this pointer and it will be deleted after it's marked finished
- //just set it to nullptr so we don't try to use it again
+ // We don't own this pointer and it will be deleted after it's marked finished
+ // just set it to nullptr so we don't try to use it again
m_progress = nullptr;
}
}