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");