Martin Finkel pushed to branch master at VideoLAN / libvlcpp

Commits:
d4baa86e by Martin Finkel at 2018-04-09T21:27:44+07:00
Fix indentation

- - - - -


1 changed file:

- vlcpp/MediaPlayer.hpp


Changes:

=====================================
vlcpp/MediaPlayer.hpp
=====================================
--- a/vlcpp/MediaPlayer.hpp
+++ b/vlcpp/MediaPlayer.hpp
@@ -1699,10 +1699,10 @@ public:
         return libvlc_media_player_set_renderer( *this, rendererItem ) == 0;
     }
 
-       void unsetRenderer()
-       {
-               libvlc_media_player_set_renderer(*this, nullptr);
-       }
+    void unsetRenderer()
+    {
+        libvlc_media_player_set_renderer( *this, nullptr );
+    }
 
 #endif
 



View it on GitLab: 
https://code.videolan.org/videolan/libvlcpp/commit/d4baa86e7446f6bddc2a855d0644b27885151ff8

---
View it on GitLab: 
https://code.videolan.org/videolan/libvlcpp/commit/d4baa86e7446f6bddc2a855d0644b27885151ff8
You're receiving this email because of your account on code.videolan.org.
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to