[Bf-blender-cvs] [197994ae728] temp-gpencil-bezier-stroke-type: Cleanup: Apply clang

Antonio Vazquez noreply at git.blender.org
Fri Apr 30 19:34:09 CEST 2021


Commit: 197994ae7283af919d152a15b1b274450a3bc529
Author: Antonio Vazquez
Date:   Fri Apr 30 19:34:02 2021 +0200
Branches: temp-gpencil-bezier-stroke-type
https://developer.blender.org/rB197994ae7283af919d152a15b1b274450a3bc529

Cleanup: Apply clang

===================================================================

M	source/blender/editors/gpencil/gpencil_sculpt_paint.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_sculpt_paint.c b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
index f8f739ae9fd..93fa2e9d644 100644
--- a/source/blender/editors/gpencil/gpencil_sculpt_paint.c
+++ b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
@@ -309,9 +309,9 @@ static void gpencil_update_geometry(bGPdata *gpd, ToolSettings *ts)
       LISTBASE_FOREACH (bGPDstroke *, gps, &gpf->strokes) {
         if (gps->flag & GP_STROKE_TAG) {
           BKE_gpencil_stroke_refit_curve(gps,
-                                              ts->gpencil_curve_fit_threshold,
-                                              ts->gpencil_curve_fit_corner_angle,
-                                              GP_GEO_UPDATE_CURVE_REFIT_ALL);
+                                         ts->gpencil_curve_fit_threshold,
+                                         ts->gpencil_curve_fit_corner_angle,
+                                         GP_GEO_UPDATE_CURVE_REFIT_ALL);
           BKE_gpencil_stroke_geometry_update(gpd, gps, GP_GEO_UPDATE_POLYLINE_REGENERATE_ALL);
           gps->flag &= ~GP_STROKE_TAG;
         }



More information about the Bf-blender-cvs mailing list