From cea588b9ef8f9bdb2729fb233d6f1ed0886700e1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Jan 2022 10:47:50 +1100 Subject: Cleanup: spelling in comments, C++ style comments for disabled code Also ensure space at end of comment. --- source/blender/nodes/geometry/nodes/node_geo_dual_mesh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/nodes') diff --git a/source/blender/nodes/geometry/nodes/node_geo_dual_mesh.cc b/source/blender/nodes/geometry/nodes/node_geo_dual_mesh.cc index 03fd9ac051e..f6be6c1e7fb 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_dual_mesh.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_dual_mesh.cc @@ -415,7 +415,7 @@ static void sort_vertex_polys(const Mesh &mesh, } } else { - /* Any polygon can be the first. Just need to check the orientation.*/ + /* Any polygon can be the first. Just need to check the orientation. */ const MLoop &first_loop = mesh.mloop[poly_vertex_corners[0].first]; const MLoop &second_loop = mesh.mloop[poly_vertex_corners[0].second]; if (first_loop.v == vertex_index) { -- cgit v1.2.3