Fix formatting

This commit is contained in:
Roberto Fernandez Bautista 2022-05-22 07:14:24 +00:00
parent 4e5febdb19
commit ea29c66608
1 changed files with 1 additions and 1 deletions

View File

@ -1272,7 +1272,7 @@ int SCH_DRAWING_TOOLS::TwoClickPlace( const TOOL_EVENT& aEvent )
{
item = createSheetPin( sheet, label );
if( item->Type() == SCH_SHEET_PIN_T)
if( item->Type() == SCH_SHEET_PIN_T )
{
item->ClearSelected();
}