From 558c2f8fb75166baf7d27dde87b0b4725a6dc2cc Mon Sep 17 00:00:00 2001 From: mzernova Date: Fri, 7 Feb 2025 09:54:39 +0000 Subject: [PATCH] #format --- src/RWMesh/RWMesh_EdgeIterator.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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(); }