зеркало из https://github.com/github/AFNetworking.git
Minor formatting fix
This commit is contained in:
Родитель
52764bfc36
Коммит
f9a0cbff3f
|
@ -518,7 +518,7 @@ static void AFNetworkReachabilityReleaseCallback(const void *info) {
|
|||
{
|
||||
AFHTTPRequestOperation *operation = nil;
|
||||
|
||||
for (NSString * className in self.registeredHTTPOperationClassNames) {
|
||||
for (NSString *className in self.registeredHTTPOperationClassNames) {
|
||||
Class operationClass = NSClassFromString(className);
|
||||
if (operationClass && [operationClass canProcessRequest:urlRequest]) {
|
||||
operation = [(AFHTTPRequestOperation *)[operationClass alloc] initWithRequest:urlRequest];
|
||||
|
|
Загрузка…
Ссылка в новой задаче