From c12ac9452025d97508abd03fb3d74dff8e2b227c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 19 Mar 2024 18:20:23 +0100 Subject: [PATCH] Cleanup: make format --- source/blender/editors/mesh/editmesh_add.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/blender/editors/mesh/editmesh_add.cc b/source/blender/editors/mesh/editmesh_add.cc index 55e7963f26a..d83034c0734 100644 --- a/source/blender/editors/mesh/editmesh_add.cc +++ b/source/blender/editors/mesh/editmesh_add.cc @@ -648,7 +648,9 @@ void MESH_OT_primitive_uv_sphere_add(wmOperatorType *ot) { /* identifiers */ ot->name = "Add UV Sphere"; - ot->description = "Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom"; + ot->description = + "Construct a spherical mesh with quad faces, except for triangle faces at the top and " + "bottom"; ot->idname = "MESH_OT_primitive_uv_sphere_add"; /* api callbacks */