From 16cae985fc4f7bdd18feb4839be174eaca79b77b Mon Sep 17 00:00:00 2001 From: Kent Wong Date: Wed, 25 Apr 2012 22:46:47 -0300 Subject: [PATCH] Added missing newline at end of file to fix a compilation error where warnings are stricter [-Werror,-pedantic,-Wnewline-eof]. --- SDWebImageCompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImageCompat.h b/SDWebImageCompat.h index b63dacb4..56032705 100644 --- a/SDWebImageCompat.h +++ b/SDWebImageCompat.h @@ -77,4 +77,4 @@ NS_INLINE UIImage *SDScaledImageForPath(NSString *path, NSData *imageData) } return SDWIReturnAutoreleased(image); -} \ No newline at end of file +}