surface-actor-x11: Fix code style issue

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2199>
This commit is contained in:
Robert Mader 2022-01-03 13:55:53 +01:00
parent f99d3c01a4
commit cd781758eb

View File

@ -189,7 +189,10 @@ meta_surface_actor_x11_is_visible (MetaSurfaceActorX11 *self)
static void
meta_surface_actor_x11_process_damage (MetaSurfaceActor *actor,
int x, int y, int width, int height)
int x,
int y,
int width,
int height)
{
MetaSurfaceActorX11 *self = META_SURFACE_ACTOR_X11 (actor);