From 8e51af8ffe4abf6a010e037e41383e04ff6c9933 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 23 Jan 2022 11:07:59 +0100 Subject: [PATCH] PD: fix bad formatting --- src/Mod/PartDesign/App/FeatureSketchBased.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/PartDesign/App/FeatureSketchBased.cpp b/src/Mod/PartDesign/App/FeatureSketchBased.cpp index 63f3645e66..531c40c419 100644 --- a/src/Mod/PartDesign/App/FeatureSketchBased.cpp +++ b/src/Mod/PartDesign/App/FeatureSketchBased.cpp @@ -821,9 +821,9 @@ bool ProfileBased::checkLineCrossesFace(const gp_Lin& line, const TopoDS_Face& f intersections++; } } - } } } + } // Note: We might check this inside the loop but then we have to rely on TopExp_Explorer // returning the wire's edges in adjacent order (because of the coincident line checking) @@ -838,7 +838,7 @@ bool ProfileBased::checkLineCrossesFace(const gp_Lin& line, const TopoDS_Face& f return false; #endif - } +} void ProfileBased::remapSupportShape(const TopoDS_Shape & newShape) {