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:
authorJoshua Leung <aligorith@gmail.com>2010-05-07 14:59:48 +0400
committerJoshua Leung <aligorith@gmail.com>2010-05-07 14:59:48 +0400
commit1613829e8e821321da99cad4790b7e6a1d90cea8 (patch)
tree7fc3a34dc3244e62f6e32309339ec388a238374b /source/blender/editors/object/object_constraint.c
parent9bd3f08b65fe19757029e594dea52f1132dbb48c (diff)
Minor formatting tweaks (killing some "caterpillar if's"... yuck those things are nasty to edit/extend)
Diffstat (limited to 'source/blender/editors/object/object_constraint.c')
-rw-r--r--source/blender/editors/object/object_constraint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_constraint.c b/source/blender/editors/object/object_constraint.c
index c52fd151d83..039b18efb39 100644
--- a/source/blender/editors/object/object_constraint.c
+++ b/source/blender/editors/object/object_constraint.c
@@ -609,6 +609,7 @@ void CONSTRAINT_OT_limitdistance_reset (wmOperatorType *ot)
}
/* ------------- Child-Of Constraint ------------------ */
+
/* ChildOf Constraint - set inverse callback */
static int childof_set_inverse_exec (bContext *C, wmOperator *op)
{