mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Coding - Isolate long attached comments for clang-format #259
Automatically update code with clang-format disabling for avoiding formatting. You can check the python script in GitHub PR
This commit is contained in:
@@ -4054,7 +4054,9 @@ void SplitWire (const TopoDS_Wire& theWire,
|
||||
{
|
||||
aBB.Add (aNewWire, CurEdge);
|
||||
|
||||
// clang-format off
|
||||
const TopoDS_Vertex& aVertex = TopExp::LastVertex (CurEdge, Standard_True); //with orientation
|
||||
// clang-format on
|
||||
if (aVertex.IsSame(anOrigin))
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user