From 62aa004c25572fceb44ffdff37dd20119b81ca02 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 Jan 2014 22:05:24 +1100 Subject: Style Cleanup: whitespace --- source/blender/editors/util/undo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/util/undo.c') diff --git a/source/blender/editors/util/undo.c b/source/blender/editors/util/undo.c index e285fd8bea4..6d3d33f1897 100644 --- a/source/blender/editors/util/undo.c +++ b/source/blender/editors/util/undo.c @@ -358,14 +358,14 @@ int ED_undo_operator_repeat(bContext *C, struct wmOperator *op) if (ar1) CTX_wm_region_set(C, ar1); - if ( (WM_operator_repeat_check(C, op)) && - (WM_operator_poll(C, op->type)) && + if ((WM_operator_repeat_check(C, op)) && + (WM_operator_poll(C, op->type)) && /* note, undo/redo cant run if there are jobs active, * check for screen jobs only so jobs like material/texture/world preview * (which copy their data), wont stop redo, see [#29579]], * * note, - WM_operator_check_ui_enabled() jobs test _must_ stay in sync with this */ - (WM_jobs_test(wm, scene, WM_JOB_TYPE_ANY) == 0)) + (WM_jobs_test(wm, scene, WM_JOB_TYPE_ANY) == 0)) { int retval; -- cgit v1.2.3