vlc | branch: master | Christopher Mueller <[email protected]> | 
Tue Apr  3 16:41:39 2012 +0200| [30f33e47646da65bbf783d26c48e1d2f26f4014d] | 
committer: Hugo Beauzée-Luyssen

dash: cosmetics

Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>

> 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 ;

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to