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

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


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

gui/macosx: prefs_widget: remove trailing whitespace

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

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

 modules/gui/macosx/prefs_widgets.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/prefs_widgets.m b/modules/gui/macosx/prefs_widgets.m
index 7ddd211696..53acca3aa8 100644
--- a/modules/gui/macosx/prefs_widgets.m
+++ b/modules/gui/macosx/prefs_widgets.m
@@ -2308,7 +2308,7 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)rowIndex
             labelString = _NS((char *)p_item->psz_text);
         else
             labelString = @"";
-        
+
         NSDictionary *boldAttributes = [NSDictionary dictionaryWithObjectsAndKeys:
                                         [NSFont boldSystemFontOfSize:[NSFont systemFontSize]],
                                         NSFontAttributeName,
@@ -2318,7 +2318,7 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)rowIndex
         ADD_LABEL(self.label, mainFrame, 1, 0, @"", @"")
         [self.label setAttributedStringValue: o_bold_string];
         [self.label sizeToFit];
-        
+
         [self.label setAutoresizingMask:NSViewNotSizable];
         [self addSubview: self.label];
     }



More information about the vlc-commits mailing list