Whitespace formatting

This commit is contained in:
Mattt Thompson 2013-01-26 10:31:16 -05:00
parent cd8cee4ac8
commit d9da9e5c1a

View file

@ -121,7 +121,7 @@ static char kAFImageRequestOperationObjectKey;
} }
if (self.af_imageRequestOperation == operation) { if (self.af_imageRequestOperation == operation) {
self.af_imageRequestOperation = nil; self.af_imageRequestOperation = nil;
} }
} }
@ -133,7 +133,7 @@ static char kAFImageRequestOperationObjectKey;
} }
if (self.af_imageRequestOperation == operation) { if (self.af_imageRequestOperation == operation) {
self.af_imageRequestOperation = nil; self.af_imageRequestOperation = nil;
} }
} }
}]; }];