From 6a74ecbffd3b3ddce3a91e6d82a17e6ccf2c8b30 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 11 Jul 2022 11:21:29 -0400 Subject: [PATCH] Pcbnew: fix minor white space issue in board file. Fixes https://gitlab.com/kicad/code/kicad/-/issues/11669 --- pcbnew/plugins/kicad/pcb_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/plugins/kicad/pcb_plugin.cpp b/pcbnew/plugins/kicad/pcb_plugin.cpp index c668f009ef..b258098606 100644 --- a/pcbnew/plugins/kicad/pcb_plugin.cpp +++ b/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",