Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
[photos] Minor stylistic cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jul 28, 2011
1 parent d30b2ae commit e3f86ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ @implementation NetworkPhotoAlbumViewController

///////////////////////////////////////////////////////////////////////////////////////////////////
- (void)shutdown {
for (ASIHTTPRequest *request in _queue.operations) {
for (ASIHTTPRequest* request in _queue.operations) {
request.delegate = nil;
}
[_queue cancelAllOperations];
Expand Down

0 comments on commit e3f86ed

Please sign in to comment.