Reformat sixtyfps_color.h

This commit is contained in:
Simon Hausmann 2020-09-08 22:13:17 +02:00
parent 19cce012a0
commit 02b3bce6dc

View file

@ -44,13 +44,14 @@ template<>
void Property<Color>::set_animated_value(const Color &new_value,
const cbindgen_private::PropertyAnimation &animation_data)
{
cbindgen_private::sixtyfps_property_set_animated_value_color(&inner, value, new_value, &animation_data);
cbindgen_private::sixtyfps_property_set_animated_value_color(&inner, value, new_value,
&animation_data);
}
template<>
template<typename F>
void Property<Color>::set_animated_binding(F binding,
const cbindgen_private::PropertyAnimation &animation_data)
void Property<Color>::set_animated_binding(
F binding, const cbindgen_private::PropertyAnimation &animation_data)
{
cbindgen_private::sixtyfps_property_set_animated_binding_color(
&inner,