From cdaa8664281d0045c2cafdb3c784d871b1212fe7 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 29 Jul 2020 12:26:15 +0100 Subject: [PATCH] Put UUID on own line. --- eeschema/sch_sexpr_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sch_sexpr_plugin.cpp b/eeschema/sch_sexpr_plugin.cpp index 29c4469978..0d924cbf4a 100644 --- a/eeschema/sch_sexpr_plugin.cpp +++ b/eeschema/sch_sexpr_plugin.cpp @@ -1071,7 +1071,7 @@ void SCH_SEXPR_PLUGIN::saveSheet( SCH_SHEET* aSheet, int aNestLevel ) m_out->Print( 0, "\n" ); - m_out->Print( aNestLevel + 1, "(fill (color %d %d %d %0.4f))", + m_out->Print( aNestLevel + 1, "(fill (color %d %d %d %0.4f))\n", KiROUND( aSheet->GetBackgroundColor().r * 255.0 ), KiROUND( aSheet->GetBackgroundColor().g * 255.0 ), KiROUND( aSheet->GetBackgroundColor().b * 255.0 ),