Code style: Fix missing space

This commit is contained in:
Roberto Fernandez Bautista 2021-07-05 20:39:42 +01:00
parent 04ff8cde5e
commit 81fa40d659
1 changed files with 1 additions and 1 deletions

View File

@ -1722,7 +1722,7 @@ int ROUTER_TOOL::InlineDrag( const TOOL_EVENT& aEvent )
}
}
}
else if( hasMouseMoved && ( evt->IsMouseUp( BUT_LEFT ) || evt->IsClick( BUT_LEFT ) ))
else if( hasMouseMoved && ( evt->IsMouseUp( BUT_LEFT ) || evt->IsClick( BUT_LEFT ) ) )
{
updateEndItem( *evt );
m_router->FixRoute( m_endSnapPoint, m_endItem );