Fix gr_arc indentation level
This commit is contained in:
parent
de7158b80e
commit
f063c00bf1
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue