Fix mixed line endings

This commit is contained in:
Zheng, Lei
2022-04-26 21:45:10 +08:00
committed by Chris Hennes
parent 2753dd4ca7
commit 3ef438eaf0
66 changed files with 344 additions and 344 deletions

View File

@@ -169,7 +169,7 @@ void SoWidgetShape::GLRender(SoGLRenderAction * /*action*/)
void SoWidgetShape::computeBBox(SoAction *action, SbBox3f &box, SbVec3f &center)
{
// ignore if node is empty
if (this->image.isNull())
if (this->image.isNull())
return;
SbVec3f v0, v1, v2, v3;
@@ -238,7 +238,7 @@ SoWidgetShape::getQuad(SoState * state, SbVec3f & v0, SbVec3f & v1,
void SoWidgetShape::generatePrimitives(SoAction *action)
{
if (this->image.isNull())
if (this->image.isNull())
return;
SoState *state = action->getState();