From d255c8e9f7cd1de5c91751bad5f6f025f425147b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Sep 2022 11:53:40 +1000 Subject: Cleanup: format --- source/blender/editors/mesh/editmesh_knife.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/editors/mesh/editmesh_knife.c') 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, -- cgit v1.2.3