Browse Source

Formatting.

pull/18/head
Jeff Young 6 months ago
parent
commit
2d74e54517
  1. 2
      eeschema/schematic.cpp

2
eeschema/schematic.cpp

@ -756,7 +756,7 @@ void SCHEMATIC::FixupJunctions()
{
std::deque<EDA_ITEM*> allItems;
for( auto item : screen->Items() )
for( SCH_ITEM* item : screen->Items() )
allItems.push_back( item );
// Add missing junctions and breakup wires as needed

Loading…
Cancel
Save