Authored by Kent Wong

Added missing newline at end of file to fix a compilation error where warnings a…

…re stricter [-Werror,-pedantic,-Wnewline-eof].
@@ -77,4 +77,4 @@ NS_INLINE UIImage *SDScaledImageForPath(NSString *path, NSData *imageData) @@ -77,4 +77,4 @@ NS_INLINE UIImage *SDScaledImageForPath(NSString *path, NSData *imageData)
77 } 77 }
78 78
79 return SDWIReturnAutoreleased(image); 79 return SDWIReturnAutoreleased(image);
80 -}  
  80 +}