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 <campbell@blender.org>2022-09-16 04:53:40 +0300
committerCampbell Barton <campbell@blender.org>2022-09-16 04:53:40 +0300
commitd255c8e9f7cd1de5c91751bad5f6f025f425147b (patch)
tree84bf2555b42238ded8aa48c8b00d974479997f7c /source/blender/editors/mesh
parenta8eeec7b35b974c73dff2faca77117e1a58ce974 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/editmesh_knife.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index 4561bed7f55..b330ef4dcc9 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -4894,11 +4894,11 @@ void MESH_OT_knife_tool(wmOperatorType *ot)
"Measurements",
"Visible distance and angle measurements");
prop = RNA_def_enum(ot->srna,
- "angle_snapping",
- angle_snapping_items,
- KNF_CONSTRAIN_ANGLE_MODE_NONE,
- "Angle Snapping",
- "Angle snapping mode");
+ "angle_snapping",
+ angle_snapping_items,
+ KNF_CONSTRAIN_ANGLE_MODE_NONE,
+ "Angle Snapping",
+ "Angle snapping mode");
RNA_def_property_translation_context(prop, BLT_I18NCONTEXT_ID_MESH);
prop = RNA_def_float(ot->srna,