From 024d40b504e4dc2a23824021bdcfe772a1f5f670 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 02:48:05 +1000 Subject: Cleanup: comments (long lines) in makesrna --- source/blender/makesrna/intern/rna_fcurve_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_fcurve_api.c') diff --git a/source/blender/makesrna/intern/rna_fcurve_api.c b/source/blender/makesrna/intern/rna_fcurve_api.c index ea3ad074452..873b3cfa502 100644 --- a/source/blender/makesrna/intern/rna_fcurve_api.c +++ b/source/blender/makesrna/intern/rna_fcurve_api.c @@ -46,7 +46,8 @@ static void rna_FCurve_convert_to_samples(FCurve *fcu, ReportList *reports, int start, int end) { - /* XXX fcurve_store_samples uses end frame included, which is not consistent with usual behavior in Blender, + /* XXX fcurve_store_samples uses end frame included, + * which is not consistent with usual behavior in Blender, * nor python slices, etc. Let have public py API be consistent here at least. */ end--; if (start > end) { -- cgit v1.2.3