From: mzernova Date: Fri, 7 Feb 2025 09:54:39 +0000 (+0000) Subject: #format X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=558c2f8fb75166baf7d27dde87b0b4725a6dc2cc;p=occt.git #format --- diff --git a/src/RWMesh/RWMesh_EdgeIterator.cxx b/src/RWMesh/RWMesh_EdgeIterator.cxx index 7efe829f08..12ce80e5af 100644 --- a/src/RWMesh/RWMesh_EdgeIterator.cxx +++ b/src/RWMesh/RWMesh_EdgeIterator.cxx @@ -25,7 +25,12 @@ RWMesh_EdgeIterator::RWMesh_EdgeIterator(const TDF_Label& theLabel, const TopLoc_Location& theLocation, const Standard_Boolean theToMapColors, const XCAFPrs_Style& theStyle) - : RWMesh_ShapeIterator(theLabel, theLocation, TopAbs_EDGE, TopAbs_FACE, theToMapColors, theStyle) + : RWMesh_ShapeIterator(theLabel, + theLocation, + TopAbs_EDGE, + TopAbs_FACE, + theToMapColors, + theStyle) { Next(); }