[vlc-commits] macosx: cosmetics

David Fuhrmann git at videolan.org
Thu May 22 11:13:21 CEST 2014


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu May 22 11:05:30 2014 +0200| [60aecebec58e366f9bd9f570973f9bf26c9bfc84] | committer: David Fuhrmann

macosx: cosmetics

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

 modules/gui/macosx/playlist.m |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index eee17e5..6582642 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -480,9 +480,10 @@
 
 @implementation VLCPlaylist
 
-+ (void)initialize{
++ (void)initialize
+{
     NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
-    NSMutableArray * o_columnArray = [[NSMutableArray alloc] init];
+    NSMutableArray *o_columnArray = [[NSMutableArray alloc] init];
     [o_columnArray addObject: [NSArray arrayWithObjects:TITLE_COLUMN, [NSNumber numberWithFloat:190.], nil]];
     [o_columnArray addObject: [NSArray arrayWithObjects:ARTIST_COLUMN, [NSNumber numberWithFloat:95.], nil]];
     [o_columnArray addObject: [NSArray arrayWithObjects:DURATION_COLUMN, [NSNumber numberWithFloat:95.], nil]];



More information about the vlc-commits mailing list