mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
code reformat
This commit is contained in:
parent
656fe6e576
commit
f02d54ee8a
1 changed files with 3 additions and 2 deletions
|
@ -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...");
|
||||
|
|
Loading…
Reference in a new issue