From 07aea4339d1cd60c8f48a71adcbf588930ffcbc3 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 20 Mar 2021 12:16:59 +0000 Subject: [PATCH] Formatting. --- pcbnew/dialogs/dialog_create_array.cpp | 4 ++-- pcbnew/import_gfx/dialog_import_gfx.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pcbnew/dialogs/dialog_create_array.cpp b/pcbnew/dialogs/dialog_create_array.cpp index c8c8d01268..1f7e71da08 100644 --- a/pcbnew/dialogs/dialog_create_array.cpp +++ b/pcbnew/dialogs/dialog_create_array.cpp @@ -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); diff --git a/pcbnew/import_gfx/dialog_import_gfx.cpp b/pcbnew/import_gfx/dialog_import_gfx.cpp index 3bfa899e70..c610ae92a6 100644 --- a/pcbnew/import_gfx/dialog_import_gfx.cpp +++ b/pcbnew/import_gfx/dialog_import_gfx.cpp @@ -312,8 +312,8 @@ bool DIALOG_IMPORT_GFX::TransferDataFromWindow() // Set coordinates offset for import (offset is given in mm) m_importer->SetImportOffsetMM( m_origin ); - m_scaleImport = - DoubleValueFromString( EDA_UNITS::UNSCALED, m_textCtrlImportScale->GetValue() ); + m_scaleImport = DoubleValueFromString( EDA_UNITS::UNSCALED, + m_textCtrlImportScale->GetValue() ); // The line width is meant to be in pcbnew units, so we scale the import width before // applying