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 */,
|
53922D70148C55820056699D /* Products */,
|
||||||
);
|
);
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
usesTabs = 0;
|
||||||
};
|
};
|
||||||
53922D70148C55820056699D /* Products */ = {
|
53922D70148C55820056699D /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
|
|
|
@ -71,10 +71,10 @@
|
||||||
|
|
||||||
if (self.connection)
|
if (self.connection)
|
||||||
{
|
{
|
||||||
if (self.progressBlock)
|
if (self.progressBlock)
|
||||||
{
|
{
|
||||||
self.progressBlock(0, -1);
|
self.progressBlock(0, -1);
|
||||||
}
|
}
|
||||||
[[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStartNotification object:self];
|
[[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStartNotification object:self];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue