Fix tabs->spaces

This commit is contained in:
Seth Hillbrand 2018-04-18 08:22:24 -07:00
parent 41ac458e79
commit 7b3dc9c28d
1 changed files with 1 additions and 1 deletions

View File

@ -1025,7 +1025,7 @@ wxString LIB_EDIT_FRAME::SetCurLib( const wxString& aLibNickname )
void LIB_EDIT_FRAME::SetCurPart( LIB_PART* aPart )
{
if( !aPart && !m_my_part )
return;
return;
wxASSERT( m_my_part != aPart );