From c7cd74fac3c47ce0c449ba5f2d130c6309242431 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 Oct 2020 15:24:42 +1100 Subject: Cleanup: multi-line comment blocks --- source/blender/editors/gpencil/gpencil_paint.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/gpencil/gpencil_paint.c') diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c index fb24c64f2bd..543ff8e7e9a 100644 --- a/source/blender/editors/gpencil/gpencil_paint.c +++ b/source/blender/editors/gpencil/gpencil_paint.c @@ -3471,8 +3471,7 @@ static void gpencil_add_fake_points(const wmEvent *event, tGPsdata *p) (p->brush && (p->brush->gpencil_tool == GPAINT_TOOL_DRAW))); /* TODO: ensure sampling enough points when using circular guide, - but the arc must be around the center. (see if above to check other guides only) - */ + * but the arc must be around the center. (see if above to check other guides only). */ if (is_speed_guide && (guide->type == GP_GUIDE_CIRCULAR)) { input_samples = GP_MAX_INPUT_SAMPLES; } -- cgit v1.2.3