[Bf-blender-cvs] [350ed861f14] master: Cleanup: clang-format

Lukas Stockner noreply at git.blender.org
Fri Oct 2 19:32:16 CEST 2020


Commit: 350ed861f149142784fc184086e92664b72a10ef
Author: Lukas Stockner
Date:   Fri Oct 2 19:31:55 2020 +0200
Branches: master
https://developer.blender.org/rB350ed861f149142784fc184086e92664b72a10ef

Cleanup: clang-format

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

M	source/blender/editors/sculpt_paint/sculpt_cloth.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_cloth.c b/source/blender/editors/sculpt_paint/sculpt_cloth.c
index 61455cc28bb..1e8c150a43b 100644
--- a/source/blender/editors/sculpt_paint/sculpt_cloth.c
+++ b/source/blender/editors/sculpt_paint/sculpt_cloth.c
@@ -361,7 +361,7 @@ static void do_cloth_brush_build_constraints_task_cb_ex(
         /* Cloth Snake Hook creates deformation constraint with fixed strength because the strength
          * is controlled per iteration using cloth_sim->deformation_strength. */
         cloth_brush_add_deformation_constraint(
-            data->cloth_sim,node_index, vd.index, CLOTH_DEFORMATION_SNAKEHOOK_STRENGTH);
+            data->cloth_sim, node_index, vd.index, CLOTH_DEFORMATION_SNAKEHOOK_STRENGTH);
       }
     }
     else if (data->cloth_sim->deformation_pos) {



More information about the Bf-blender-cvs mailing list