]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/VLCOpenGLVoutView.m
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / minimal_macosx / VLCOpenGLVoutView.m
index 4fff7ffc233bfbe48ea93246ad60711843fbb7a6..7da994f7c92f7822e027d96be02bb88d7e091b67 100644 (file)
@@ -98,7 +98,7 @@ void cocoaglvoutviewEnd( vout_thread_t * p_vout )
     [p_vout->p_sys->o_glview release];
 
     [p_vout->p_sys->o_pool release];
-    
 }
 
 /*****************************************************************************
@@ -217,7 +217,7 @@ void cocoaglvoutviewUnlock( vout_thread_t * p_vout )
 
 - (void)dealloc
 {
-    [objectLock dealloc]; 
+    [objectLock dealloc];
     [super dealloc];
 }