Commit 7badce22 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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

parent 0450faad
......@@ -33,8 +33,8 @@
#import <QuartzCore/QuartzCore.h>
/* Notifications */
NSString *VLCVideoViewEnteredFullScreen = @"VLCVideoViewEnteredFullScreen";
NSString *VLCVideoViewLeftFullScreen = @"VLCVideoViewLeftFullScreen";
NSString * VLCVideoViewEnteredFullScreen = @"VLCVideoViewEnteredFullScreen";
NSString * VLCVideoViewLeftFullScreen = @"VLCVideoViewLeftFullScreen";
/******************************************************************************
* Soon deprecated stuff
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment