]> OCCT Git - occt.git/commitdiff
#format
authormzernova <mzernova@opencascade.com>
Fri, 7 Feb 2025 09:54:39 +0000 (09:54 +0000)
committermzernova <mzernova@opencascade.com>
Fri, 7 Feb 2025 09:54:39 +0000 (09:54 +0000)
src/RWMesh/RWMesh_EdgeIterator.cxx

index 7efe829f08bcf06ad02894085d14682b0064a219..12ce80e5affcf16244d0f7aacb2e43f5077851aa 100644 (file)
@@ -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();
 }