Fix indentation of properties in PCB file.
This commit is contained in:
parent
c5b91c9bb2
commit
1813db6970
|
@ -586,7 +586,7 @@ void PCB_IO::formatProperties( BOARD* aBoard, int aNestLevel ) const
|
|||
{
|
||||
for( const std::pair<const wxString, wxString>& prop : aBoard->GetProperties() )
|
||||
{
|
||||
m_out->Print( aNestLevel+1, "(property %s %s)\n",
|
||||
m_out->Print( aNestLevel, "(property %s %s)\n",
|
||||
m_out->Quotew( prop.first ).c_str(),
|
||||
m_out->Quotew( prop.second ).c_str() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue