Cleanup: spelling in comments, formatting, move comments into headers

This commit is contained in:
2022-09-06 16:25:20 +10:00
parent 077ba5ac38
commit 6c6a53fad3
100 changed files with 534 additions and 495 deletions

View File

@@ -1989,7 +1989,7 @@ static int sel_to_copy_ints(const BPoint *bp,
}
if (selected_leg_count &&
/* Prevents leading and trailing unselected legs if all selected.
* Unless it is extrusion from point or curve.*/
* Unless it is extrusion from point or curve. */
(selected_leg_count < max_j || max_j == 1)) {
/* Prepend unselected leg if more than one leg selected at the starting edge.
* max_j == 1 handles extrusion from point to curve and from curve to surface cases. */