[vlc-commits] [Git][videolan/libvlcpp][master] Fix indentation
    Martin Finkel 
    gitlab at videolan.org
       
    Mon Apr  9 16:30:11 CEST 2018
    
    
  
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.
    
    
More information about the vlc-commits
mailing list