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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-02-26 04:31:22 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-02-26 04:31:55 +0300
commitc67b03b810f41c210b899e77c1e26e5b2db75b31 (patch)
treee4a375c5e6941fefe3557af2fc118b2d472a0676 /source/blender/editors/object
parent81e795e7f011e7746b969c877cfaaeeab100883a (diff)
Cleanup: Clang Format
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_select.c3
1 files changed, 2 insertions, 1 deletions
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 */