From 50bb7c93a1d7ee4cb023ffc955f77c8d1c6a34b2 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 15 Jul 2022 17:01:21 +0200 Subject: [PATCH] Fix bug in commit 64e1720f --- pcbnew/plugins/kicad/pcb_plugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/plugins/kicad/pcb_plugin.cpp b/pcbnew/plugins/kicad/pcb_plugin.cpp index c6fd81c9a9..d210e083ec 100644 --- a/pcbnew/plugins/kicad/pcb_plugin.cpp +++ b/pcbnew/plugins/kicad/pcb_plugin.cpp @@ -1775,9 +1775,9 @@ void PCB_PLUGIN::format( const PAD* aPad, int aNestLevel ) const m_out->Print( 0, " (fill yes)" ); else m_out->Print( 0, " (fill none)" ); - - m_out->Print( 0, ")" ); } + + m_out->Print( 0, ")" ); } m_out->Print( 0, "\n");