[1231183] 'cleanup: mismatched indentation' and other cleanings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3716,8 +3716,8 @@ void wxListMainWindow::SetItemState( long litem, long state, long stateMask )
|
||||
return;
|
||||
}
|
||||
|
||||
wxCHECK_RET( litem >= 0 && (size_t)litem < GetItemCount(),
|
||||
_T("invalid list ctrl item index in SetItem") );
|
||||
wxCHECK_RET( litem >= 0 && (size_t)litem < GetItemCount(),
|
||||
_T("invalid list ctrl item index in SetItem") );
|
||||
|
||||
size_t oldCurrent = m_current;
|
||||
size_t item = (size_t)litem; // safe because of the check above
|
||||
|
Reference in New Issue
Block a user