[vlc-commits] mkv: Remove trailing whitespaces

Hugo Beauzée-Luyssen git at videolan.org
Thu Oct 12 16:56:41 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Oct 12 16:06:31 2017 +0200| [af851dd9c45609829cc0d9dc6266e67b747489fc] | committer: Hugo Beauzée-Luyssen

mkv: Remove trailing whitespaces

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

 modules/demux/mkv/matroska_segment_seeker.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mkv/matroska_segment_seeker.hpp b/modules/demux/mkv/matroska_segment_seeker.hpp
index 1317514a8f..2b7abe7997 100644
--- a/modules/demux/mkv/matroska_segment_seeker.hpp
+++ b/modules/demux/mkv/matroska_segment_seeker.hpp
@@ -49,7 +49,7 @@ class SegmentSeeker
 
             bool operator<( Range const& rhs ) const
             {
-                return start < rhs.start;    
+                return start < rhs.start;
             }
         };
 



More information about the vlc-commits mailing list