From 3e22bde5d8a919967ae67efb52b16098522c85dc Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 10 Jan 2014 18:06:34 +0000 Subject: [PATCH] old-style spacing --- macosx/ShareTorrentFileHelper.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/macosx/ShareTorrentFileHelper.m b/macosx/ShareTorrentFileHelper.m index bda1c9ae0..76fa8e137 100644 --- a/macosx/ShareTorrentFileHelper.m +++ b/macosx/ShareTorrentFileHelper.m @@ -36,7 +36,7 @@ return fileURLs; } -- (NSArray *)menuItems +- (NSArray *) menuItems { NSArray * services = [NSSharingService sharingServicesForItems: [self shareTorrentURLs]]; NSMutableArray * items = [NSMutableArray arrayWithCapacity: [services count]]; @@ -56,8 +56,7 @@ return items; } - -- (void)performShareAction:(NSMenuItem *)item +- (void) performShareAction: (NSMenuItem *) item { NSSharingService * service = item.representedObject; [service performWithItems: [self shareTorrentURLs]]; // on 10.9, use attachmentFileURLs? -- 2.40.0