Restore the original lib property file indentation

This commit is contained in:
Marek Roszko 2022-09-13 23:39:35 -04:00
parent 03fff6e58d
commit e473e71ef8
1 changed files with 2 additions and 1 deletions

View File

@ -405,8 +405,9 @@ void SCH_SEXPR_PLUGIN_CACHE::saveField( LIB_FIELD* aField, OUTPUTFORMATTER& aFor
if( !aField->CanAutoplace() )
aFormatter.Print( aNestLevel, " (do_not_autoplace)" );
aFormatter.Print( 0, "\n" );
aField->Format( &aFormatter, aNestLevel, 0 );
aFormatter.Print( aNestLevel, "\n)\n" );
aFormatter.Print( aNestLevel, ")\n" );
}