From 350ed861f149142784fc184086e92664b72a10ef Mon Sep 17 00:00:00 2001 From: Lukas Stockner Date: Fri, 2 Oct 2020 19:31:55 +0200 Subject: Cleanup: clang-format --- source/blender/editors/sculpt_paint/sculpt_cloth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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) { -- cgit v1.2.3