Path: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-16 18:34:33 -05:00
committed by wwmayer
parent 4c09fe0162
commit f13299a5a6
22 changed files with 126 additions and 126 deletions

View File

@@ -71,7 +71,7 @@ App::DocumentObjectExecReturn *FeatureCompound::execute()
result.setCenter(Path.getValue().getCenter());
Path.setValue(result);
return App::DocumentObject::StdReturn;
}