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

@@ -287,7 +287,7 @@ static TopoShape _getTopoShape(const App::DocumentObject *obj, const char *subna
{
TopoShape shape;
if(!obj)
if(!obj)
return shape;
PyObject *pyobj = nullptr;
@@ -527,7 +527,7 @@ TopoShape Feature::getTopoShape(const App::DocumentObject *obj, const char *subn
App::DocumentObject *Feature::getShapeOwner(const App::DocumentObject *obj, const char *subname)
{
if(!obj)
if(!obj)
return nullptr;
auto owner = obj->getSubObject(subname);
if(owner) {