Ran script to remove trailing spaces and tabs

This commit is contained in:
Robert Osfield
2012-03-21 17:36:20 +00:00
parent 1e35f8975d
commit 14a563dc9f
1495 changed files with 21873 additions and 21873 deletions

View File

@@ -2193,7 +2193,7 @@ void GraphicsWindowWin32::useCursor( bool cursorOn )
if (_traits.valid())
_traits->useCursor = cursorOn;
// note, we are using setCursorImpl to set the cursor, so we can use
// note, we are using setCursorImpl to set the cursor, so we can use
// _appMouseCursor to cache the current mouse-cursor
setCursorImpl(cursorOn ? _appMouseCursor : NoCursor);
}