From 65bbac6692af373e943fceeb26f6db9fc45c10cb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Nov 2021 00:55:05 +1100 Subject: Cleanup: clang-format --- source/blender/editors/armature/armature_relations.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/armature/armature_relations.c') diff --git a/source/blender/editors/armature/armature_relations.c b/source/blender/editors/armature/armature_relations.c index 0b96aec1d41..ac1c9418af9 100644 --- a/source/blender/editors/armature/armature_relations.c +++ b/source/blender/editors/armature/armature_relations.c @@ -1030,8 +1030,8 @@ static int armature_parent_clear_exec(bContext *C, wmOperator *op) } static int armature_parent_clear_invoke(bContext *C, - wmOperator *UNUSED(op), - const wmEvent *UNUSED(event)) + wmOperator *UNUSED(op), + const wmEvent *UNUSED(event)) { // False when no selected bones are connected to the active bone. bool enable_disconnect = false; @@ -1066,7 +1066,8 @@ static int armature_parent_clear_invoke(bContext *C, uiLayout *row_disconnect = uiLayoutRow(layout, false); uiLayoutSetEnabled(row_disconnect, enable_disconnect); - uiItemEnumO(row_disconnect, "ARMATURE_OT_parent_clear", NULL, 0, "type", ARM_PAR_CLEAR_DISCONNECT); + uiItemEnumO( + row_disconnect, "ARMATURE_OT_parent_clear", NULL, 0, "type", ARM_PAR_CLEAR_DISCONNECT); UI_popup_menu_end(C, pup); -- cgit v1.2.3