Browse Source

MacOSX/Framework/VLCVideoView.m: Code cleanup. (Patch by Enrique Osuna).

Pierre d'Herbemont 17 years ago
parent
commit
73895739a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Sources/VLCVideoView.m

+ 2 - 2
Sources/VLCVideoView.m

@@ -33,8 +33,8 @@
 #import <QuartzCore/QuartzCore.h>
 #import <QuartzCore/QuartzCore.h>
 
 
 /* Notifications */
 /* Notifications */
-NSString *VLCVideoViewEnteredFullScreen = @"VLCVideoViewEnteredFullScreen";
-NSString *VLCVideoViewLeftFullScreen = @"VLCVideoViewLeftFullScreen";
+NSString * VLCVideoViewEnteredFullScreen    = @"VLCVideoViewEnteredFullScreen";
+NSString * VLCVideoViewLeftFullScreen       = @"VLCVideoViewLeftFullScreen";
 
 
 /******************************************************************************
 /******************************************************************************
  * Soon deprecated stuff 
  * Soon deprecated stuff