From a2c182e9233333fc3b8ff40d352113ec95e7e30c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Mar 2012 16:31:46 +0000 Subject: style cleanup - use aligned * prefixed blocks for descriptive comments (was already used a lot and part of proposed style guide). --- source/blender/editors/space_logic/logic_ops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_logic/logic_ops.c') diff --git a/source/blender/editors/space_logic/logic_ops.c b/source/blender/editors/space_logic/logic_ops.c index 0dfcafcf549..86ac2d0c369 100644 --- a/source/blender/editors/space_logic/logic_ops.c +++ b/source/blender/editors/space_logic/logic_ops.c @@ -119,7 +119,7 @@ static Object *edit_object_property_get(bContext *C, wmOperator *op) RNA_string_get(op->ptr, "object", ob_name); /* if ob_name is valid try to find the object with this name - otherwise gets the active object */ + * otherwise gets the active object */ if (BLI_strnlen(ob_name, MAX_NAME) > 0) ob = BLI_findstring(&(CTX_data_main(C)->object), ob_name, offsetof(ID, name) + 2); else @@ -406,8 +406,8 @@ static int controller_add_exec(bContext *C, wmOperator *op) make_unique_prop_names(C, cont->name); /* set the controller state mask from the current object state. - A controller is always in a single state, so select the lowest bit set - from the object state */ + * A controller is always in a single state, so select the lowest bit set + * from the object state */ for (bit=0; bitstate & (1<