[vlc-commits] Adaptive: remove tabs and extra-space

Jean-Baptiste Kempf git at videolan.org
Sun Feb 24 11:04:24 CET 2019


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 24 11:03:40 2019 +0100| [d5cab3b883df058da77f60da5ddae43810f7fdca] | committer: Jean-Baptiste Kempf

Adaptive: remove tabs and extra-space

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

 modules/demux/adaptive/playlist/Segment.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/adaptive/playlist/Segment.cpp b/modules/demux/adaptive/playlist/Segment.cpp
index 38cb412f67..7eb23aa236 100644
--- a/modules/demux/adaptive/playlist/Segment.cpp
+++ b/modules/demux/adaptive/playlist/Segment.cpp
@@ -126,7 +126,7 @@ void ISegment::debug(vlc_object_t *obj, int indent) const
     if(startByte!=endByte)
         ss << " @" << startByte << ".." << endByte;
     if(startTime.Get() > 0)
-    	 ss << " stime " << startTime.Get();
+        ss << " stime " << startTime.Get();
     ss << " duration " << duration.Get();
     msg_Dbg(obj, "%s", ss.str().c_str());
 }



More information about the vlc-commits mailing list