[vlc-devel] [PATCH] macosx: remove spaces from blank line

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Wed Aug 2 16:37:11 CEST 2017


---
 modules/gui/macosx/VLCMainWindow.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/VLCMainWindow.m b/modules/gui/macosx/VLCMainWindow.m
index fadf07f662..6f469dcd28 100644
--- a/modules/gui/macosx/VLCMainWindow.m
+++ b/modules/gui/macosx/VLCMainWindow.m
@@ -755,7 +755,7 @@ static const float f_min_window_height = 307.;
 - (void)setVideoplayEnabled
 {
     BOOL b_videoPlayback = [[VLCMain sharedInstance] activeVideoPlayback];
-        
+
     if (!b_videoPlayback) {
         if (!self.nonembedded && (!self.nativeFullscreenMode || (self.nativeFullscreenMode && !self.fullscreen)) && frameBeforePlayback.size.width > 0 && frameBeforePlayback.size.height > 0) {
 
-- 
2.13.1



More information about the vlc-devel mailing list