Cleanup: make format

This commit is contained in:
Brecht Van Lommel 2024-03-19 18:20:23 +01:00
parent 18340fa057
commit c12ac94520

View file

@ -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 */