clutter/actor: Fix indentation in add_child_internal()
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2530>
This commit is contained in:
parent
8d04b9067d
commit
fad070eb40
@ -11558,7 +11558,7 @@ clutter_actor_add_child_internal (ClutterActor *self,
|
|||||||
if (self == child)
|
if (self == child)
|
||||||
{
|
{
|
||||||
g_warning ("Cannot add the actor '%s' to itself.",
|
g_warning ("Cannot add the actor '%s' to itself.",
|
||||||
_clutter_actor_get_debug_name (self));
|
_clutter_actor_get_debug_name (self));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user