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>2012-11-26 15:03:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-26 15:03:14 +0400
commita91814e94dbd021cf91c164ce10ff20d115dd74d (patch)
treeaf5f1c4a04850341526f8f83865761d356a855f5 /source/blender/editors/animation
parente3d3ffe7469ed2e868968f8c0c4fccb6874378f1 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_markers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index d595034032e..62ffdc7fd3a 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -732,7 +732,7 @@ static void ed_marker_move_apply(bContext *C, wmOperator *op)
/* so we get view3d redraws */
BKE_scene_camera_switch_update(scene);
- if(camera != scene->camera) {
+ if (camera != scene->camera) {
BKE_screen_view3d_scene_sync(sc);
WM_event_add_notifier(C, NC_SCENE | NA_EDITED, scene);
}