From 9e2d80c49ec0c0160597d1c7707082a662bdea69 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Apr 2022 14:03:46 +1000 Subject: Cleanup: format --- source/blender/blenkernel/BKE_curves.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/BKE_curves.hh b/source/blender/blenkernel/BKE_curves.hh index dea9c17d159..4bfbe0cd27f 100644 --- a/source/blender/blenkernel/BKE_curves.hh +++ b/source/blender/blenkernel/BKE_curves.hh @@ -162,7 +162,7 @@ class CurvesGeometry : public ::CurvesGeometry { /** The type (#CurveType) of each curve, or potentially a single if all are the same type. */ VArray curve_types() const; - /** + /** * Mutable access to curve types. Call #tag_topology_changed and #update_curve_types after * changing any type. Consider using the other methods to change types below. * */ -- cgit v1.2.3