Formatting.

This commit is contained in:
Jeff Young 2020-12-04 19:29:04 +00:00
parent 7b347d793b
commit 4634802a58
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ bool DRC_TEST_PROVIDER_DISALLOW::Run()
[&]( BOARD_ITEM* item ) [&]( BOARD_ITEM* item )
{ {
auto constraint = m_drcEngine->EvalRulesForItems( DISALLOW_CONSTRAINT, item ); auto constraint = m_drcEngine->EvalRulesForItems( DISALLOW_CONSTRAINT, item );
if( constraint.m_DisallowFlags ) if( constraint.m_DisallowFlags )
{ {
std::shared_ptr<DRC_ITEM> drcItem = DRC_ITEM::Create( DRCE_ALLOWED_ITEMS ); std::shared_ptr<DRC_ITEM> drcItem = DRC_ITEM::Create( DRCE_ALLOWED_ITEMS );