Cleanup: whitespace, wrong indent level

This commit is contained in:
Campbell Barton 2015-07-18 18:41:14 +10:00
parent 752eb64d60
commit 086ae3ea04

@ -826,8 +826,7 @@ GHOST_TSuccess GHOST_SystemCocoa::handleWindowEvent(GHOST_TEventType eventType,
pushEvent( new GHOST_Event(getMilliSeconds(), GHOST_kEventWindowMove, window) );
break;
case GHOST_kEventWindowSize:
if (!m_ignoreWindowSizedMessages)
{
if (!m_ignoreWindowSizedMessages) {
//Enforce only one resize message per event loop (coalescing all the live resize messages)
window->updateDrawingContext();
pushEvent( new GHOST_Event(getMilliSeconds(), GHOST_kEventWindowSize, window) );