From 5aa45c43f278eb78a1f68d947590c43affe42df8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 30 Jul 2021 22:20:13 +1000 Subject: Cleanup: missing leading '*' from comment blocks --- source/blender/freestyle/intern/winged_edge/Curvature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/winged_edge/Curvature.cpp b/source/blender/freestyle/intern/winged_edge/Curvature.cpp index f052f1af104..411685bd921 100644 --- a/source/blender/freestyle/intern/winged_edge/Curvature.cpp +++ b/source/blender/freestyle/intern/winged_edge/Curvature.cpp @@ -372,7 +372,7 @@ void gts_vertex_principal_directions(WVertex *v, Vec3r Kh, real Kg, Vec3r &e1, V e = *itE; /* Since this vertex passed the tests in gts_vertex_mean_curvature_normal(), - this should be true. */ + * this should be true. */ // g_assert(gts_edge_face_number (e, s) == 2); /* Identify the two triangles bordering e in s. */ -- cgit v1.2.3