From e4c84db10bb8e9c9b52f53f6b6f7cb42e2e005f5 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Sun, 8 Apr 2012 12:42:44 -0700 Subject: [PATCH] Removing stray newline --- AFNetworking/AFHTTPRequestOperation.m | 1 - 1 file changed, 1 deletion(-) diff --git a/AFNetworking/AFHTTPRequestOperation.m b/AFNetworking/AFHTTPRequestOperation.m index 5fbd11f..df3e7ce 100644 --- a/AFNetworking/AFHTTPRequestOperation.m +++ b/AFNetworking/AFHTTPRequestOperation.m @@ -57,7 +57,6 @@ static void AFSwizzleClassMethodWithClassAndSelectorUsingBlock(Class klass, SEL Method originalMethod = class_getClassMethod(klass, selector); IMP implementation = imp_implementationWithBlock(block); class_replaceMethod(objc_getMetaClass([NSStringFromClass(klass) UTF8String]), selector, implementation, method_getTypeEncoding(originalMethod)); - } static NSString * AFStringFromIndexSet(NSIndexSet *indexSet) {