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:
authorCampbell Barton <ideasman42@gmail.com>2013-03-10 09:19:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-10 09:19:29 +0400
commit74857241607cd828acbb7b8b4e2f425beea802c8 (patch)
tree16c511b7e372b413aff8557a4f3fcbf1999215e3 /source/blender/editors/animation
parent2022567116319a1756098715adb475eb49d8c6a9 (diff)
style cleanup: whitespace
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/keyframing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index 45082e4235e..f68ff90105d 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -1636,7 +1636,7 @@ static int insert_key_button_exec(bContext *C, wmOperator *op)
else {
BKE_reportf(op->reports, RPT_WARNING,
"Button doesn't appear to have any property information attached (ptr.data = %p, prop = %p)",
- (void *)ptr.data, (void *)prop);
+ (void *)ptr.data, (void *)prop);
}
}