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:
authorCampbell Barton <ideasman42@gmail.com>2019-05-06 04:59:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-06 04:59:03 +0300
commit0ddec5094463596d14c43a855a77f5578064a5cf (patch)
tree4a8321dec82536c972d5e98f6b90169ab5d8e8b1 /source/blender/editors/mesh/editmesh_bevel.c
parent90f8f5cb06efc3255257b1fcb0811dfab76cc146 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors/mesh/editmesh_bevel.c')
-rw-r--r--source/blender/editors/mesh/editmesh_bevel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_bevel.c b/source/blender/editors/mesh/editmesh_bevel.c
index f5810d9ff61..1cd4e95314b 100644
--- a/source/blender/editors/mesh/editmesh_bevel.c
+++ b/source/blender/editors/mesh/editmesh_bevel.c
@@ -907,7 +907,8 @@ void MESH_OT_bevel(wmOperatorType *ot)
/* identifiers */
ot->name = "Bevel";
- ot->description = "Cut into selected items at an angle to create flat or rounded bevel or chamfer";
+ ot->description =
+ "Cut into selected items at an angle to create flat or rounded bevel or chamfer";
ot->idname = "MESH_OT_bevel";
/* api callbacks */