]> git.sesse.net Git - vlc/commitdiff
macosx: voutcontroller: remove trailing white space
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 3 Apr 2013 16:38:58 +0000 (18:38 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 3 Apr 2013 16:39:50 +0000 (18:39 +0200)
modules/gui/macosx/VLCVoutWindowController.m

index b3e33bb0446bc5daeed26ccf148dff89c77f5443..afabbb662eb6fefa4a5066d5922c777b9d093b6d 100644 (file)
                 [o_new_video_window center];
                 [o_new_video_window setFrameAutosaveName:@"extra-videowindow"];
             }
-            
+
             [o_new_video_window setContentMinSize: NSMakeSize(f_min_video_height, f_min_video_height)];
         }
 
             top_left_point = [o_new_video_window cascadeTopLeftFromPoint: top_left_point];
             [o_new_video_window setFrameTopLeftPoint: top_left_point];
         }
-        
+
         [o_new_video_window setNativeVideoSize:videoViewSize];
 
         [o_new_video_window makeKeyAndOrderFront: self];
 {
     intf_thread_t *p_intf = VLCIntf;
     BOOL b_nativeFullscreenMode = [[VLCMain sharedInstance] nativeFullscreenMode];
-    
+
     if (!p_intf || (!b_nativeFullscreenMode && !p_wnd))
         return;
     playlist_t *p_playlist = pl_Get(p_intf);
 
     if (b_nativeFullscreenMode) {
         if(!o_current_window)
-            o_current_window = [VLCMainWindow sharedInstance];        
+            o_current_window = [VLCMainWindow sharedInstance];
         assert(o_current_window);
 
         // fullscreen might be triggered twice (vout event)