Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-12-04 13:28:56 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-12-04 13:28:56 +0300
commit1166110a9d66af9c5a47cee2be591f50fdc445e8 (patch)
tree48de061c356bf389ea0ab1101241f213fa8df41e /source/blender/editors/sculpt_paint/sculpt_face_set.c
parent958df2ed1b6037b98eb73bb8e063732ba851854f (diff)
Cleanup: clang-format
Rerun `make format`. No functional changes.
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_face_set.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_face_set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_face_set.c b/source/blender/editors/sculpt_paint/sculpt_face_set.c
index 7c8a4c5a857..ad42750bb92 100644
--- a/source/blender/editors/sculpt_paint/sculpt_face_set.c
+++ b/source/blender/editors/sculpt_paint/sculpt_face_set.c
@@ -1307,8 +1307,8 @@ static int sculpt_face_set_edit_invoke(bContext *C, wmOperator *op, const wmEven
SculptCursorGeometryInfo sgi;
const float mouse[2] = {event->mval[0], event->mval[1]};
if (!SCULPT_cursor_geometry_info_update(C, &sgi, mouse, false)) {
- /* The cursor is not over the mesh. Cancel to avoid editing the last updated Face Set ID. */
- return OPERATOR_CANCELLED;
+ /* The cursor is not over the mesh. Cancel to avoid editing the last updated Face Set ID. */
+ return OPERATOR_CANCELLED;
}
const int active_face_set = SCULPT_active_face_set_get(ss);