Pcbnew: fix minor white space issue in board file.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/11669

(cherry picked from commit 6a74ecbffd)
This commit is contained in:
Wayne Stambaugh 2022-07-11 11:21:29 -04:00
parent 374dfdbe16
commit 4b4d082fa4
1 changed files with 1 additions and 1 deletions

View File

@ -2040,7 +2040,7 @@ void PCB_PLUGIN::format( const ZONE* aZone, int aNestLevel ) const
if( aZone->GetIsRuleArea() ) if( aZone->GetIsRuleArea() )
{ {
m_out->Print( aNestLevel + 1, 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", "(footprints %s))\n",
aZone->GetDoNotAllowTracks() ? "not_allowed" : "allowed", aZone->GetDoNotAllowTracks() ? "not_allowed" : "allowed",
aZone->GetDoNotAllowVias() ? "not_allowed" : "allowed", aZone->GetDoNotAllowVias() ? "not_allowed" : "allowed",