Skip to content

Commit c4d75fb

Browse files
committed
Fix indenting.
1 parent eb6668f commit c4d75fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MacVim/MMAppController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,8 +1722,8 @@ - (void)handleGetURLEvent:(NSAppleEventDescriptor *)event
17221722
NSArray *arr = [param componentsSeparatedByString:@"="];
17231723
if ([arr count] == 2) {
17241724
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_11
1725-
[dict setValue:[[arr lastObject] stringByRemovingPercentEncoding]
1726-
forKey:[[arr objectAtIndex:0] stringByRemovingPercentEncoding]];
1725+
[dict setValue:[[arr lastObject] stringByRemovingPercentEncoding]
1726+
forKey:[[arr objectAtIndex:0] stringByRemovingPercentEncoding]];
17271727
#else
17281728
[dict setValue:[[arr lastObject]
17291729
stringByReplacingPercentEscapesUsingEncoding:

0 commit comments

Comments
 (0)