Sketcher: PR6497 move return statement to new line

This commit is contained in:
Chris Hennes
2022-03-29 13:25:06 -05:00
parent 190d64bdae
commit 1ee046788d
13 changed files with 62 additions and 31 deletions

View File

@@ -598,7 +598,8 @@ int DrawSketchHandler::seekAutoConstraint(std::vector<AutoConstraint> &suggested
suggestedConstraints.push_back(constr);
// Do not seek for tangent if we are actually building a primitive
if (type == AutoConstraint::VERTEX_NO_TANGENCY) return suggestedConstraints.size();
if (type == AutoConstraint::VERTEX_NO_TANGENCY)
return suggestedConstraints.size();
// Find if there are tangent constraints (currently arcs and circles)