From ffd0fee97c364866d387718a9ee172466054133b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Feb 2019 10:51:25 +1100 Subject: Cleanup: comment indentation & spelling --- source/blender/editors/gpencil/gpencil_brush.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/gpencil/gpencil_brush.c') diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c index c7020364fff..a409087c8fa 100644 --- a/source/blender/editors/gpencil/gpencil_brush.c +++ b/source/blender/editors/gpencil/gpencil_brush.c @@ -1244,9 +1244,8 @@ static bool gpsculpt_brush_init(bContext *C, wmOperator *op) gso->is_multiframe = (bool)GPENCIL_MULTIEDIT_SESSIONS_ON(gso->gpd); gso->use_multiframe_falloff = (ts->gp_sculpt.flag & GP_SCULPT_SETT_FLAG_FRAME_FALLOFF) != 0; - /* init multiedit falloff curve data before doing anything, - * so we won't have to do it again later - */ + /* Init multi-edit falloff curve data before doing anything, + * so we won't have to do it again later. */ if (gso->is_multiframe) { curvemapping_initialize(ts->gp_sculpt.cur_falloff); } -- cgit v1.2.3