[vlc-commits] gui/macosx: VLCFSPanelController: remove trailing whitespace

Filip Roséen git at videolan.org
Tue May 16 17:04:44 CEST 2017


vlc | branch: master | Filip Roséen <filip at atch.se> | Wed May 10 03:29:19 2017 +0200| [c5a1e837cbfb7fd7c8bb59a3ba33fee4daf33522] | committer: Marvin Scholz

gui/macosx: VLCFSPanelController: remove trailing whitespace

Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5a1e837cbfb7fd7c8bb59a3ba33fee4daf33522
---

 modules/gui/macosx/VLCFSPanelController.m | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/modules/gui/macosx/VLCFSPanelController.m b/modules/gui/macosx/VLCFSPanelController.m
index e3ed64fbfd..af00de0541 100644
--- a/modules/gui/macosx/VLCFSPanelController.m
+++ b/modules/gui/macosx/VLCFSPanelController.m
@@ -432,14 +432,14 @@ static NSString *kAssociatedFullscreenRect = @"VLCFullscreenAssociatedWindowRect
 /**
  Create an image mask for the NSVisualEffectView
  with rounded corners in the given rect
- 
+
  This is necessary as clipping the VisualEffectView using the layers
  rounded corners is not possible when using the NSColor clearColor
  as background color.
- 
+
  \note  The returned image will have the necessary \c capInsets and
         \c capResizingMode set.
- 
+
  \param bounds  The rect for the image size
  */
 - (NSImage *)maskImageWithBounds:(NSRect)bounds
@@ -458,10 +458,10 @@ static NSString *kAssociatedFullscreenRect = @"VLCFullscreenAssociatedWindowRect
 
 /**
  Injects the visual effect view in the Windows view hierarchy
- 
+
  This is necessary as we can't use the NSVisualEffect view on
  all macOS Versions and therefore need to dynamically insert it.
- 
+
  \warning Never call both, \c injectVisualEffectView and \c injectBackgroundView
  */
 - (void)injectVisualEffectView
@@ -484,10 +484,10 @@ static NSString *kAssociatedFullscreenRect = @"VLCFullscreenAssociatedWindowRect
 
 /**
  Injects the standard background view in the Windows view hierarchy
- 
+
  This is necessary on macOS versions that do not support the
  NSVisualEffectView that usually is injected.
- 
+
  \warning Never call both, \c injectVisualEffectView and \c injectBackgroundView
  */
 - (void)injectBackgroundView



More information about the vlc-commits mailing list