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>2014-01-12 15:05:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-12 15:05:24 +0400
commit62aa004c25572fceb44ffdff37dd20119b81ca02 (patch)
tree0438cd3d81489566ff4565fd8b6dde42add72d99 /source/blender/editors/util/undo.c
parent74216cfdcea325a700ba0322d5a953a21896e37f (diff)
Style Cleanup: whitespace
Diffstat (limited to 'source/blender/editors/util/undo.c')
-rw-r--r--source/blender/editors/util/undo.c6
1 files changed, 3 insertions, 3 deletions
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;