From 4c3bb77012024a3f14181eafe850b4d68bca1191 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 22 Mar 2012 07:26:09 +0000 Subject: style cleanup: spaces aroudn operators for operator definitions. --- source/blender/editors/space_nla/nla_buttons.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/editors/space_nla/nla_buttons.c') diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c index fc42d9fa966..a3a84e4113c 100644 --- a/source/blender/editors/space_nla/nla_buttons.c +++ b/source/blender/editors/space_nla/nla_buttons.c @@ -526,13 +526,13 @@ static int nla_properties(bContext *C, wmOperator *UNUSED(op)) void NLA_OT_properties(wmOperatorType *ot) { - ot->name= "Properties"; - ot->idname= "NLA_OT_properties"; - ot->description= "Toggle display properties panel"; + ot->name = "Properties"; + ot->idname = "NLA_OT_properties"; + ot->description = "Toggle display properties panel"; - ot->exec= nla_properties; - ot->poll= ED_operator_nla_active; + ot->exec = nla_properties; + ot->poll = ED_operator_nla_active; /* flags */ - ot->flag= 0; + ot->flag = 0; } -- cgit v1.2.3