Formatting.

This commit is contained in:
Jeff Young
2021-03-20 21:53:29 +00:00
parent d9229697d8
commit 07aea4339d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -386,8 +386,8 @@ bool DIALOG_CREATE_ARRAY::TransferDataFromWindow()
newCirc->m_centre.x = m_hCentre.GetValue();
newCirc->m_centre.y = m_vCentre.GetValue();
newCirc->m_angle =
DoubleValueFromString( EDA_UNITS::DEGREES, m_entryCircAngle->GetValue() );
newCirc->m_angle = DoubleValueFromString( EDA_UNITS::DEGREES,
m_entryCircAngle->GetValue() );
ok = ok && validateLongEntry(*m_entryCircCount, newCirc->m_nPts, _("point count"), errors);