Cleanup: make format

This commit is contained in:
Jonas Holzman
2024-11-09 01:33:16 +01:00
parent 13c31f3912
commit 574e08272c

View File

@@ -2161,7 +2161,6 @@ GHOST_TSuccess GHOST_SystemCocoa::putClipboardImage(uint *rgba, int width, int h
memcpy(dstBuffer + dstOff, srcBuffer + srcOff, rowByteCount);
}
NSImage *image = [[[NSImage alloc] initWithSize:NSMakeSize(width, height)] autorelease];
[image addRepresentation:imageRep];