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/annotate_paint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/gpencil/annotate_paint.c') diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c index 7cea221568e..c06a2f06a98 100644 --- a/source/blender/editors/gpencil/annotate_paint.c +++ b/source/blender/editors/gpencil/annotate_paint.c @@ -2090,7 +2090,7 @@ static void annotation_draw_apply_event( else { p->straight[0] = 0; /* We were using shift while having permanent stabilization active, - so activate the temp flag back again. */ + * so activate the temp flag back again. */ if (p->flags & GP_PAINTFLAG_USE_STABILIZER) { if ((p->flags & GP_PAINTFLAG_USE_STABILIZER_TEMP) == 0) { annotation_draw_toggle_stabilizer_cursor(p, true); @@ -2098,8 +2098,8 @@ static void annotation_draw_apply_event( } } /* We are using the temporal stabilizer flag atm, - but shift is not pressed as well as the permanent flag is not used, - so we don't need the cursor anymore. */ + * but shift is not pressed as well as the permanent flag is not used, + * so we don't need the cursor anymore. */ else if (p->flags & GP_PAINTFLAG_USE_STABILIZER_TEMP) { /* Reset temporal stabilizer flag and remove cursor. */ p->flags &= ~GP_PAINTFLAG_USE_STABILIZER_TEMP; -- cgit v1.2.3