elementary/animator - removed white spaces

SVN revision: 58244
This commit is contained in:
ChunEon Park 2011-04-01 06:17:11 +00:00
parent 2e0bf619e8
commit 34b4d44248
1 changed files with 25 additions and 27 deletions

View File

@ -206,7 +206,6 @@ EAPI Elm_Animator_Curve_Style
elm_animator_curve_style_get(const Elm_Animator *animator)
{
ELM_ANIMATOR_CHECK_OR_RETURN(animator, ELM_ANIMATOR_CURVE_LINEAR);
return animator->curve_style;
}
@ -245,7 +244,6 @@ elm_animator_curve_style_set(Elm_Animator *animator,
Elm_Animator_Curve_Style cs)
{
ELM_ANIMATOR_CHECK_OR_RETURN(animator);
animator->curve_style = cs;
}