style cleanup: also quiet harmless compiler warning.

This commit is contained in:
Campbell Barton
2012-10-29 15:43:54 +00:00
parent 76288fad8c
commit eb69d1c1ae
12 changed files with 32 additions and 28 deletions

View File

@@ -1159,7 +1159,7 @@ GHOST_TSuccess GHOST_SystemCocoa::handleDraggingEvent(GHOST_TEventType eventType
NSEnumerator *enumerator;
NSImageRep *representation;
ibuf = IMB_allocImBuf (imgSize.width , imgSize.height, 32, IB_rect);
ibuf = IMB_allocImBuf (imgSize.width, imgSize.height, 32, IB_rect);
if (!ibuf) {
[droppedImg release];
return GHOST_kFailure;