Coding style updates
This commit is contained in:
parent
d7bc2c0036
commit
33c13e79ca
|
@ -106,12 +106,9 @@ FOUNDATION_STATIC_INLINE NSUInteger SDCacheCostForImage(UIImage *image) {
|
|||
_memCache.name = fullNamespace;
|
||||
|
||||
// Init the disk cache
|
||||
if(directory!=nil)
|
||||
{
|
||||
if (directory != nil) {
|
||||
_diskCachePath = [directory stringByAppendingPathComponent:fullNamespace];
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
NSString *path = [self makeDiskCachePath:ns];
|
||||
_diskCachePath = path;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue