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-03-24 05:59:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-24 06:14:19 +0400
commit551d1a1ed56d7406f440c8e858ad64f177664c5b (patch)
treea3a88cad08ba406719175d3932c1ffafd1a2457c /source/blender/editors/animation/keyframes_edit.c
parent25b4b5fb9f8baf0962ff64fa881784068ba3a3a2 (diff)
Code cleanup: style
Diffstat (limited to 'source/blender/editors/animation/keyframes_edit.c')
-rw-r--r--source/blender/editors/animation/keyframes_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/keyframes_edit.c b/source/blender/editors/animation/keyframes_edit.c
index b14bbe821e8..e5929d0ad8e 100644
--- a/source/blender/editors/animation/keyframes_edit.c
+++ b/source/blender/editors/animation/keyframes_edit.c
@@ -988,7 +988,7 @@ static short set_bezt_quint(KeyframeEditData *UNUSED(ked), BezTriple *bezt)
static short set_bezt_sine(KeyframeEditData *UNUSED(ked), BezTriple *bezt)
{
if (bezt->f2 & SELECT)
- bezt->ipo= BEZT_IPO_SINE;
+ bezt->ipo = BEZT_IPO_SINE;
return 0;
}