vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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());
 }

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

Reply via email to