1
0
Fork 0

clutter/actor: Fix indentation in add_child_internal()

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2530>
This commit is contained in:
Robert Mader 2022-07-26 22:56:02 +02:00 committed by Marge Bot
parent 8d04b9067d
commit fad070eb40

View file

@ -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;
}