From 857dedbc584fcf0af0afa13f008377fd9a83dad1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 May 2012 00:36:50 +0000 Subject: style cleanup --- source/blender/editors/armature/editarmature.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c index 8ea66934a31..856743d9997 100644 --- a/source/blender/editors/armature/editarmature.c +++ b/source/blender/editors/armature/editarmature.c @@ -4226,8 +4226,8 @@ static int armature_select_similar_exec(bContext *C, wmOperator *op) return OPERATOR_FINISHED; } -void ARMATURE_OT_select_similar(wmOperatorType *ot) { - +void ARMATURE_OT_select_similar(wmOperatorType *ot) +{ /* identifiers */ ot->name = "Select Similar"; ot->idname = "ARMATURE_OT_select_similar"; -- cgit v1.2.3