Cleanup: clang-format

This commit is contained in:
Lukas Stockner 2020-10-02 19:31:55 +02:00
parent cfa101c228
commit 350ed861f1
1 changed files with 1 additions and 1 deletions

View File

@ -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) {