[vlc-commits] macosx: remove spaces from blank line
Victorien Le Couviour--Tuffet
git at videolan.org
Wed Aug 2 17:56:06 CEST 2017
vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Wed Aug 2 16:37:11 2017 +0200| [b084d34c379b00d569dd314e76a16011e34051d5] | committer: Jean-Baptiste Kempf
macosx: remove spaces from blank line
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b084d34c379b00d569dd314e76a16011e34051d5
---
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) {
More information about the vlc-commits
mailing list