Simple coding style fix for commit c5551184
This commit is contained in:
parent
a9d2c0f690
commit
f1acc91f37
@ -310,11 +310,13 @@ clutter_interval_real_compute_value (ClutterInterval *interval,
|
|||||||
/* We're trying to animate a property without knowing how to do that. Issue
|
/* We're trying to animate a property without knowing how to do that. Issue
|
||||||
* a warning with a hint to what could be done to fix that */
|
* a warning with a hint to what could be done to fix that */
|
||||||
if (G_UNLIKELY (retval == FALSE))
|
if (G_UNLIKELY (retval == FALSE))
|
||||||
|
{
|
||||||
g_warning ("%s: Could not compute progress between two %ss. You can "
|
g_warning ("%s: Could not compute progress between two %ss. You can "
|
||||||
"register a progress function to instruct ClutterInterval "
|
"register a progress function to instruct ClutterInterval "
|
||||||
"how to deal with this GType",
|
"how to deal with this GType",
|
||||||
G_STRLOC,
|
G_STRLOC,
|
||||||
g_type_name (value_type));
|
g_type_name (value_type));
|
||||||
|
}
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user