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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-26 15:37:30 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-26 15:37:30 +0300
commitb07db54cadaf4fd3eb73958dd963fc414085d9c0 (patch)
treebe45132f7bc73fd57fc92c289738267ccd0337b5 /source/blender/editors/mesh
parente56f71d03f1e856b7daec169c12ffc8885f64d43 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index b97857ab7b9..51c668ed43c 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -3871,15 +3871,8 @@ void MESH_OT_knife_cut(wmOperatorType *ot)
RNA_def_enum(ot->srna, "type", knife_items, KNIFE_EXACT, "Type", "");
/* internal */
- RNA_def_int(ot->srna,
- "cursor",
- WM_CURSOR_KNIFE,
- 0,
- WM_CURSOR_NUM,
- "Cursor",
- "",
- 0,
- WM_CURSOR_NUM);
+ RNA_def_int(
+ ot->srna, "cursor", WM_CURSOR_KNIFE, 0, WM_CURSOR_NUM, "Cursor", "", 0, WM_CURSOR_NUM);
}
/** \} */