Part: PR6497 move return statement to new line
This commit is contained in:
@@ -395,7 +395,8 @@ TopoDS_Shape TopoShape::getSubShape(TopAbs_ShapeEnum type, int index, bool silen
|
||||
|
||||
unsigned long TopoShape::countSubShapes(const char* Type) const
|
||||
{
|
||||
if(!Type) return 0;
|
||||
if(!Type)
|
||||
return 0;
|
||||
if(strcmp(Type,"SubShape")==0)
|
||||
return countSubShapes(TopAbs_SHAPE);
|
||||
auto type = shapeType(Type,true);
|
||||
|
||||
Reference in New Issue
Block a user