From 986329b4c40b1cb0ef5e6cbd695c45d7bffa97af Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 12 Apr 2019 00:58:54 +1000 Subject: Cleanup: comments --- source/blender/editors/gpencil/gpencil_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/gpencil/gpencil_utils.c') diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c index bb3da77ffac..44510a3f6ad 100644 --- a/source/blender/editors/gpencil/gpencil_utils.c +++ b/source/blender/editors/gpencil/gpencil_utils.c @@ -992,7 +992,7 @@ void ED_gp_project_stroke_to_plane( /** * Reproject given point to a plane locked to axis to avoid stroke offset - * \param[in, out] pt : Point to affect + * \param[in,out] pt: Point to affect */ void ED_gp_project_point_to_plane( const Scene *scene, const Object *ob, -- cgit v1.2.3