[vlc-commits] qt: Remove trailing whitespace

Hugo Beauzée-Luyssen git at videolan.org
Wed Jan 18 16:01:30 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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()



More information about the vlc-commits mailing list