Fix mixed line endings
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user