Fix trailing newlines and minor typo fixes

This commit is contained in:
luzpaz
2024-07-23 12:13:36 +00:00
committed by wwmayer
parent a19f4dd398
commit bc150dc73c
19 changed files with 29 additions and 29 deletions

View File

@@ -127,7 +127,7 @@ void MeasureLength::onChanged(const App::Property* prop)
if (prop == &Elements) {
recalculateLength();
}
MeasureBase::onChanged(prop);
}
@@ -142,7 +142,7 @@ Base::Placement MeasureLength::getPlacement() {
App::SubObjectT subject{objects.front(), subElements.front().c_str()};
auto info = getMeasureInfo(subject);
if (!info || !info->valid) {
return {};
}