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:
Matej Bukovinski 2012-12-13 23:45:10 +01:00
parent 85759911b7
commit 7ba77023c7
2 changed files with 5 additions and 4 deletions

View File

@ -140,6 +140,7 @@
53922D70148C55820056699D /* Products */,
);
sourceTree = "<group>";
usesTabs = 0;
};
53922D70148C55820056699D /* Products */ = {
isa = PBXGroup;

View File

@ -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