Fix tabs->spaces
This commit is contained in:
parent
41ac458e79
commit
7b3dc9c28d
|
@ -1025,7 +1025,7 @@ wxString LIB_EDIT_FRAME::SetCurLib( const wxString& aLibNickname )
|
||||||
void LIB_EDIT_FRAME::SetCurPart( LIB_PART* aPart )
|
void LIB_EDIT_FRAME::SetCurPart( LIB_PART* aPart )
|
||||||
{
|
{
|
||||||
if( !aPart && !m_my_part )
|
if( !aPart && !m_my_part )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
wxASSERT( m_my_part != aPart );
|
wxASSERT( m_my_part != aPart );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue