Fix trailing whitespace

This commit is contained in:
luzpaz
2023-04-01 15:13:56 +00:00
committed by wwmayer
parent bd627a469f
commit 5444a4a0cb
2 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ void wbListItem::onWbToggled(bool checked)
autoloadCheckBox->setEnabled(checked);
if (!checked) //disabling wb disable auto-load.
autoloadCheckBox->setChecked(false);
// Reset the start combo items.
Q_EMIT wbToggled(objectName(), checked);
}
@@ -471,7 +471,7 @@ void DlgSettingsWorkbenchesImp::wbToggled(const QString& wbName, bool enabled)
wbListItem* wbItem = dynamic_cast<wbListItem*>(ui->wbList->itemWidget(ui->wbList->item(i)));
if (wbItem && wbItem->objectName() == wbName) {
wbIndex = i;
}
}
}
int destinationIndex = ui->wbList->count();

View File

@@ -624,7 +624,7 @@ DeriVector2 BSpline::CalculateNormal(const Point &p, const double* derivparam) c
// place holder
DeriVector2 ret;
// even if this method is call CalculateNormal, the returned vector is not the normal strictu
// even if this method is call CalculateNormal, the returned vector is not the normal strictu
// sensus but a normal vector, where the vector should point to the left when one walks along
// the curve from start to end.
//