From 73cd78f8c50e43d2eb31bb6d9fca8485345e6025 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 21 Jul 2013 20:45:36 +0200 Subject: cocoa_common: fix style --- video/out/cocoa_common.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index 7ec17420fc..4be65ae054 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -817,7 +817,7 @@ int vo_cocoa_cgl_color_size(struct vo *vo) @synthesize mouseDown = _mouse_down; // mpv uses flipped coordinates, because X11 uses those. So let's just use them // as well without having to do any coordinate conversion of mouse positions. -- (BOOL) isFlipped { return YES; } +- (BOOL)isFlipped { return YES; } - (void)updateTrackingAreas { @@ -948,7 +948,7 @@ int vo_cocoa_cgl_color_size(struct vo *vo) cocoa_put_key_with_modifiers(mp_key | state, [event modifierFlags]); } -- (void)drawRect: (NSRect)rect +- (void)drawRect:(NSRect)rect { struct vo *vo = [self videoOutput]; -- cgit v1.2.3