From 5b6e84a953d8f35be91e040f9bc9179c344bbdda Mon Sep 17 00:00:00 2001 From: BB9z Date: Mon, 27 May 2013 18:07:31 +0800 Subject: [PATCH] Adjust indenting. --- SDWebImage/SDWebImageManager.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/SDWebImage/SDWebImageManager.h b/SDWebImage/SDWebImageManager.h index 53c7c5df..b7f44163 100644 --- a/SDWebImage/SDWebImageManager.h +++ b/SDWebImage/SDWebImageManager.h @@ -135,16 +135,15 @@ typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *err * @param progressBlock A block called while image is downloading * @param completedBlock A block called when operation has been completed. * - * This block as no return value and takes the requested UIImage as first parameter. - * In case of error the image parameter is nil and the second parameter may contain an NSError. + * This block as no return value and takes the requested UIImage as first parameter. + * In case of error the image parameter is nil and the second parameter may contain an NSError. * - * The third parameter is an `SDImageCacheType` enum indicating if the image was retrived from - * the local cache or from the memory cache or from the network. + * The third parameter is an `SDImageCacheType` enum indicating if the image was retrived from the local cache + * or from the memory cache or from the network. * - * The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and - * the image is downloading. This block is thus called repetidly with a partial image. When - * image is fully downloaded, the block is called a last time with the full image and the last - * parameter set to YES. + * The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and the image is + * downloading. This block is thus called repetidly with a partial image. When image is fully downloaded, the + * block is called a last time with the full image and the last parameter set to YES. * * @return Returns a cancellable NSOperation */