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/makesdna/DNA_curveprofile_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_curveprofile_types.h') diff --git a/source/blender/makesdna/DNA_curveprofile_types.h b/source/blender/makesdna/DNA_curveprofile_types.h index 450155a32e1..7c76251adc3 100644 --- a/source/blender/makesdna/DNA_curveprofile_types.h +++ b/source/blender/makesdna/DNA_curveprofile_types.h @@ -72,7 +72,7 @@ typedef struct CurveProfile { short segments_len; /** Preset to use when reset. */ int preset; - /** Sequence of points defining the shape of the curve. */ + /** Sequence of points defining the shape of the curve. */ CurveProfilePoint *path; /** Display and evaluation table at higher resolution for curves. */ CurveProfilePoint *table; -- cgit v1.2.3