Browse Source

Pcbnew: fix minor white space issue in board file.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/11669
7.0
Wayne Stambaugh 3 years ago
parent
commit
6a74ecbffd
  1. 2
      pcbnew/plugins/kicad/pcb_plugin.cpp

2
pcbnew/plugins/kicad/pcb_plugin.cpp

@ -2147,7 +2147,7 @@ void PCB_PLUGIN::format( const ZONE* aZone, int aNestLevel ) const
if( aZone->GetIsRuleArea() )
{
m_out->Print( aNestLevel + 1,
"(keepout (tracks %s) (vias %s) (pads %s ) (copperpour %s) "
"(keepout (tracks %s) (vias %s) (pads %s) (copperpour %s) "
"(footprints %s))\n",
aZone->GetDoNotAllowTracks() ? "not_allowed" : "allowed",
aZone->GetDoNotAllowVias() ? "not_allowed" : "allowed",

Loading…
Cancel
Save