Fix gr_arc indentation level

This commit is contained in:
Frank Zeeman 2022-01-11 21:03:45 +00:00
parent de7158b80e
commit f063c00bf1
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ void PCB_PLUGIN::format( const PAD* aPad, int aNestLevel ) const
break;
case SHAPE_T::ARC:
m_out->Print( aNestLevel, "(gr_arc (start %s) (mid %s) (end %s)",
m_out->Print( nested_level, "(gr_arc (start %s) (mid %s) (end %s)",
FormatInternalUnits( primitive->GetStart() ).c_str(),
FormatInternalUnits( primitive->GetArcMid() ).c_str(),
FormatInternalUnits( primitive->GetEnd() ).c_str() );