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
1 changed files with 1 additions and 1 deletions
|
@ -11558,7 +11558,7 @@ clutter_actor_add_child_internal (ClutterActor *self,
|
|||
if (self == child)
|
||||
{
|
||||
g_warning ("Cannot add the actor '%s' to itself.",
|
||||
_clutter_actor_get_debug_name (self));
|
||||
_clutter_actor_get_debug_name (self));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue