mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:35:31 +00:00
Formatting.
This commit is contained in:
parent
3dfd164e2b
commit
2ca09457b0
pcbnew
@ -268,7 +268,6 @@ void CN_CONNECTIVITY_ALGO::searchConnections()
|
||||
|
||||
if( m_itemList.IsDirty() )
|
||||
{
|
||||
|
||||
std::vector<std::future<size_t>> returns( dirtyItems.size() );
|
||||
|
||||
auto conn_lambda =
|
||||
|
@ -109,7 +109,7 @@ public:
|
||||
* Make a set of SHAPE objects representing the PCB_SHAPE. Caller owns the objects.
|
||||
*/
|
||||
std::shared_ptr<SHAPE> GetEffectiveShape( PCB_LAYER_ID aLayer = UNDEFINED_LAYER,
|
||||
FLASHING aFlash = FLASHING::DEFAULT ) const override;
|
||||
FLASHING aFlash = FLASHING::DEFAULT ) const override;
|
||||
|
||||
bool IsProxyItem() const override { return m_proxyItem; }
|
||||
void SetIsProxyItem( bool aIsProxy = true ) override;
|
||||
|
Loading…
Reference in New Issue
Block a user