vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed Jan 18 
15:45:47 2017 +0100| [c614496918a14048e0dfb013db9a50357b9c1307] | committer: 
Hugo Beauzée-Luyssen

qt: Remove trailing whitespace

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

 modules/gui/qt/qt.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/qt.hpp b/modules/gui/qt/qt.hpp
index 99ce132..e416c56 100644
--- a/modules/gui/qt/qt.hpp
+++ b/modules/gui/qt/qt.hpp
@@ -107,7 +107,7 @@ struct vlc_playlist_locker {
     vlc_playlist_locker( playlist_t* p_playlist )
         : p_playlist( p_playlist )
     {
-        playlist_Lock( p_playlist ); 
+        playlist_Lock( p_playlist );
     }
 
     ~vlc_playlist_locker()

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

Reply via email to