From 4b9ff3cd42be427e478743648e9951bf8c189a04 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 15:56:58 +1000 Subject: Cleanup: comment blocks, trailing space in comments --- source/blender/bmesh/intern/bmesh_walkers_impl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh/intern/bmesh_walkers_impl.c') diff --git a/source/blender/bmesh/intern/bmesh_walkers_impl.c b/source/blender/bmesh/intern/bmesh_walkers_impl.c index a8558ec4011..40f09d7e719 100644 --- a/source/blender/bmesh/intern/bmesh_walkers_impl.c +++ b/source/blender/bmesh/intern/bmesh_walkers_impl.c @@ -1631,7 +1631,7 @@ static void *bmw_NonManifoldedgeWalker_yield(BMWalker *walker) /** * Walk over manifold loops around `v` until loop-edge is found with `face_count` users. * or return NULL if not found. - * */ + */ static BMLoop *bmw_NonManifoldLoop_find_next_around_vertex(BMLoop *l, BMVert *v, int face_count) { BLI_assert(!BM_loop_is_manifold(l)); @@ -1667,7 +1667,7 @@ static void *bmw_NonManifoldedgeWalker_step(BMWalker *walker) v = BM_edge_other_vert(e, lwalk->lastv); /* If `lwalk.lastv` can't be walked along, start walking in the opposite direction - * on the initial edge, do this at most one time during this walk operation. */ + * on the initial edge, do this at most one time during this walk operation. */ if (UNLIKELY(pass == 1)) { e = lwalk->start; v = lwalk->startv; -- cgit v1.2.3