Commit 30f33e47 authored by Christopher Mueller's avatar Christopher Mueller Committed by Hugo Beauzée-Luyssen

dash: cosmetics

Signed-off-by: default avatarHugo Beauzée-Luyssen <beauze.h@gmail.com>
parent 88fc7cce
...@@ -96,11 +96,11 @@ int HTTPConnectionManager::read ...@@ -96,11 +96,11 @@ int HTTPConnectionManager::read
return ret; return ret;
} }
void HTTPConnectionManager::attach (IDownloadRateObserver *observer) void HTTPConnectionManager::attach (IDownloadRateObserver *observer)
{ {
this->rateObservers.push_back(observer); this->rateObservers.push_back(observer);
} }
void HTTPConnectionManager::notify () void HTTPConnectionManager::notify ()
{ {
if ( this->bpsAvg == 0 ) if ( this->bpsAvg == 0 )
return ; return ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment