[vlc-commits] dash: cosmetics

Christopher Mueller git at videolan.org
Mon Apr 16 11:05:01 CEST 2012


vlc | branch: master | Christopher Mueller <christopher.mueller at itec.aau.at> | Tue Apr  3 16:41:39 2012 +0200| [30f33e47646da65bbf783d26c48e1d2f26f4014d] | committer: Hugo Beauzée-Luyssen

dash: cosmetics

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30f33e47646da65bbf783d26c48e1d2f26f4014d
---

 .../dash/http/HTTPConnectionManager.cpp            |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/stream_filter/dash/http/HTTPConnectionManager.cpp b/modules/stream_filter/dash/http/HTTPConnectionManager.cpp
index 6db8956..dc6a382 100644
--- a/modules/stream_filter/dash/http/HTTPConnectionManager.cpp
+++ b/modules/stream_filter/dash/http/HTTPConnectionManager.cpp
@@ -96,11 +96,11 @@ int                                 HTTPConnectionManager::read
 
     return ret;
 }
-void                HTTPConnectionManager::attach                   (IDownloadRateObserver *observer)
+void                                HTTPConnectionManager::attach                   (IDownloadRateObserver *observer)
 {
     this->rateObservers.push_back(observer);
 }
-void                HTTPConnectionManager::notify                   ()
+void                                HTTPConnectionManager::notify                   ()
 {
     if ( this->bpsAvg == 0 )
         return ;



More information about the vlc-commits mailing list