Fem: fix trailing whitespace

This commit is contained in:
luzpaz
2023-04-01 02:58:42 +00:00
committed by wwmayer
parent c9c872d187
commit 6bd40b5dcd
6 changed files with 10 additions and 10 deletions

View File

@@ -165,10 +165,10 @@ ViewProviderFemPostFunction::ViewProviderFemPostFunction()
AutoScaleFactorY, (1), "AutoScale", App::Prop_Hidden, "Automatic scaling factor");
ADD_PROPERTY_TYPE(
AutoScaleFactorZ, (1), "AutoScale", App::Prop_Hidden, "Automatic scaling factor");
m_geometrySeperator = new SoSeparator();
m_geometrySeperator->ref();
m_scale = new SoScale();
m_scale->ref();
m_scale->scaleFactor = SbVec3f(1, 1, 1);