Fix formatting

This commit is contained in:
Roberto Fernandez Bautista 2021-10-10 18:27:21 +01:00
parent 961c127ebe
commit e9030283cc
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ DIALOG_DRC::DIALOG_DRC( PCB_EDIT_FRAME* aEditorFrame, wxWindow* aParent ) :
m_unconnectedTreeModel( nullptr ), m_unconnectedTreeModel( nullptr ),
m_footprintWarningsProvider( nullptr ), m_footprintWarningsProvider( nullptr ),
m_footprintWarningsTreeModel( nullptr ), m_footprintWarningsTreeModel( nullptr ),
m_centerMarkerOnIdle(nullptr), m_centerMarkerOnIdle( nullptr ),
m_severities( RPT_SEVERITY_ERROR | RPT_SEVERITY_WARNING ) m_severities( RPT_SEVERITY_ERROR | RPT_SEVERITY_WARNING )
{ {
SetName( DIALOG_DRC_WINDOW_NAME ); // Set a window name to be able to find it SetName( DIALOG_DRC_WINDOW_NAME ); // Set a window name to be able to find it