Using spaces instead of tabs for indentation.
- also configured the Xcode project to use spaces instead of tabs by default
This commit is contained in:
parent
85759911b7
commit
7ba77023c7
|
@ -140,6 +140,7 @@
|
|||
53922D70148C55820056699D /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
usesTabs = 0;
|
||||
};
|
||||
53922D70148C55820056699D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
|
|
|
@ -71,10 +71,10 @@
|
|||
|
||||
if (self.connection)
|
||||
{
|
||||
if (self.progressBlock)
|
||||
{
|
||||
self.progressBlock(0, -1);
|
||||
}
|
||||
if (self.progressBlock)
|
||||
{
|
||||
self.progressBlock(0, -1);
|
||||
}
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStartNotification object:self];
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue