Cleanup, format

This commit is contained in:
bgbsww
2024-07-21 22:28:59 -04:00
parent a7bdbaa662
commit b29abf7ffe
6 changed files with 37 additions and 46 deletions

View File

@@ -3714,7 +3714,7 @@ struct MapperPrism: MapperMaker
}
}
}
virtual const std::vector<TopoDS_Shape>& generated(const TopoDS_Shape& s) const override
const std::vector<TopoDS_Shape>& generated(const TopoDS_Shape& s) const override
{
_res.clear();
switch (s.ShapeType()) {