Added missing newline at end of file to fix a compilation error where warnings are stricter [-Werror,-pedantic,-Wnewline-eof].
This commit is contained in:
parent
973591d433
commit
16cae985fc
|
@ -77,4 +77,4 @@ NS_INLINE UIImage *SDScaledImageForPath(NSString *path, NSData *imageData)
|
|||
}
|
||||
|
||||
return SDWIReturnAutoreleased(image);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue