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/editors/space_graph/graph_slider_ops.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/graph_slider_ops.c b/source/blender/editors/space_graph/graph_slider_ops.c index 733313dd06b..4b8c983a761 100644 --- a/source/blender/editors/space_graph/graph_slider_ops.c +++ b/source/blender/editors/space_graph/graph_slider_ops.c @@ -99,8 +99,10 @@ typedef struct tBeztCopyData { /** \name Utility Functions * \{ */ -/* Construct a list with the original bezt arrays so we can restore them during modal operation. - * The data is stored on the struct that is passed.*/ +/** + * Construct a list with the original bezt arrays so we can restore them during modal operation. + * The data is stored on the struct that is passed. + */ static void store_original_bezt_arrays(tGraphSliderOp *gso) { ListBase anim_data = {NULL, NULL}; -- cgit v1.2.3