vlc | branch: master | Filip Roséen <[email protected]> | Wed May 10 03:32:21 2017 
+0200| [156509eb437775356d710a27ea9134bcaf166d43] | committer: Marvin Scholz

gui/macosx: prefs_widget: remove trailing whitespace

Signed-off-by: Marvin Scholz <[email protected]>

> 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];
     }

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to