Skip to content

Commit 5b6e84a

Browse files
author
BB9z
committed
Adjust indenting.
1 parent 1f31915 commit 5b6e84a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

SDWebImage/SDWebImageManager.h

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,15 @@ typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *err
135135
* @param progressBlock A block called while image is downloading
136136
* @param completedBlock A block called when operation has been completed.
137137
*
138-
* This block as no return value and takes the requested UIImage as first parameter.
139-
* In case of error the image parameter is nil and the second parameter may contain an NSError.
138+
* This block as no return value and takes the requested UIImage as first parameter.
139+
* In case of error the image parameter is nil and the second parameter may contain an NSError.
140140
*
141-
* The third parameter is an `SDImageCacheType` enum indicating if the image was retrived from
142-
* the local cache or from the memory cache or from the network.
141+
* The third parameter is an `SDImageCacheType` enum indicating if the image was retrived from the local cache
142+
* or from the memory cache or from the network.
143143
*
144-
* The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and
145-
* the image is downloading. This block is thus called repetidly with a partial image. When
146-
* image is fully downloaded, the block is called a last time with the full image and the last
147-
* parameter set to YES.
144+
* The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and the image is
145+
* downloading. This block is thus called repetidly with a partial image. When image is fully downloaded, the
146+
* block is called a last time with the full image and the last parameter set to YES.
148147
*
149148
* @return Returns a cancellable NSOperation
150149
*/

0 commit comments

Comments
 (0)