[mutter] surface-actor-x11: Fix code style issue
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] surface-actor-x11: Fix code style issue
- Date: Mon, 3 Jan 2022 14:14:05 +0000 (UTC)
commit cd781758eb404226938aa57204e2609b7a41cc24
Author: Robert Mader <robert mader posteo de>
Date: Mon Jan 3 13:55:53 2022 +0100
surface-actor-x11: Fix code style issue
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2199>
src/compositor/meta-surface-actor-x11.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/compositor/meta-surface-actor-x11.c b/src/compositor/meta-surface-actor-x11.c
index 41ae2dffbc..8063a67e61 100644
--- a/src/compositor/meta-surface-actor-x11.c
+++ b/src/compositor/meta-surface-actor-x11.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]