code reformat

This commit is contained in:
Riccardo Mottola 2024-05-17 10:58:37 +02:00
parent 656fe6e576
commit f02d54ee8a

View file

@ -131,7 +131,8 @@
ExceptionInfo *exception = AcquireExceptionInfo();
ImageInfo *imageinfo = CloneImageInfo(NULL);
Image *images, *image;
Image *images;
Image *image;
char signature[32];
// Set the background color to transparent
@ -143,7 +144,7 @@
#endif
bzero(signature, 32);
[data getBytes:signature range:NSMakeRange([data length]-18, 18)];
[data getBytes: signature range: NSMakeRange([data length] - 18, 18)];
if (strncmp(signature, "TRUEVISION-XFILE.", 17) == 0)
{
NSWarnLog(@"Targa file detected!, giving a magick hint...");