Remove spaces to match code style

This commit is contained in:
Christopher Bowns 2012-04-27 12:14:38 -07:00
parent 89b8cf5cb0
commit 0237551b8f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static SDWebImageDecoder *sharedInstance;
CGColorSpaceRelease(colorSpace);
if (!context) return nil;
CGRect rect = (CGRect){CGPointZero, { CGImageGetWidth(imageRef), CGImageGetHeight(imageRef) } };
CGRect rect = (CGRect){CGPointZero,{CGImageGetWidth(imageRef), CGImageGetHeight(imageRef)}};
CGContextDrawImage(context, rect, imageRef);
CGImageRef decompressedImageRef = CGBitmapContextCreateImage(context);
CGContextRelease(context);