From a199ae5368fa4a1de36f62dbb214a051b3fbe0c3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 31 Jul 2012 23:06:12 +0000 Subject: style cleanup: whitespace, also add '?' to save over popup since it wasnt totally clear it was a question (user pointed this out, they thought it was just notification and lost their work). --- source/blender/editors/include/ED_object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h index 09fb88fd5ac..d876d311d30 100644 --- a/source/blender/editors/include/ED_object.h +++ b/source/blender/editors/include/ED_object.h @@ -179,8 +179,8 @@ int ED_object_modifier_apply(struct ReportList *reports, struct Scene *scene, int ED_object_modifier_copy(struct ReportList *reports, struct Object *ob, struct ModifierData *md); int ED_object_iter_other(struct Main *bmain, struct Object *orig_ob, int include_orig, - int (*callback)(struct Object *ob, void *callback_data), - void *callback_data); + int (*callback)(struct Object *ob, void *callback_data), + void *callback_data); int ED_object_multires_update_totlevels_cb(struct Object *ob, void *totlevel_v); -- cgit v1.2.3