Cleanup: Make format

Just formatting changes in mesh_merge_by_distance.cc
This commit is contained in:
Harley Acheson
2023-08-28 21:38:38 -07:00
parent 04285c2d0e
commit 1e0ddab5b8

View File

@@ -793,7 +793,7 @@ static void weld_poly_split_recursive(int poly_loop_len,
*r_poly_kill += 1;
*r_loop_kill += loop_kill;
/* Since all the loops are collapsed, avoid looping through them.
* This may result in wrong poly_kill counts. */
* This may result in wrong poly_kill counts. */
return;
}
else {