From 74857241607cd828acbb7b8b4e2f425beea802c8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 10 Mar 2013 05:19:29 +0000 Subject: style cleanup: whitespace --- source/blender/editors/animation/keyframing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation') 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); } } -- cgit v1.2.3