From c67b03b810f41c210b899e77c1e26e5b2db75b31 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 25 Feb 2021 20:31:22 -0500 Subject: Cleanup: Clang Format --- source/blender/editors/object/object_select.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/object') diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c index 398ad89a694..9160190764c 100644 --- a/source/blender/editors/object/object_select.c +++ b/source/blender/editors/object/object_select.c @@ -1311,7 +1311,8 @@ void OBJECT_OT_select_mirror(wmOperatorType *ot) /* identifiers */ ot->name = "Select Mirror"; - ot->description = "Select the mirror objects of the selected object e.g. \"L.sword\" and \"R.sword\""; + ot->description = + "Select the mirror objects of the selected object e.g. \"L.sword\" and \"R.sword\""; ot->idname = "OBJECT_OT_select_mirror"; /* api callbacks */ -- cgit v1.2.3