From b9c3e2b01e4cad3f4e04b3166c53659281d91992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sat, 28 May 2022 23:48:36 +0200 Subject: [PATCH] x11-display: Fly-by coding style fix Part-of: --- src/x11/meta-x11-display.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/x11/meta-x11-display.c b/src/x11/meta-x11-display.c index 1f8353eb4..f2b88c6ba 100644 --- a/src/x11/meta-x11-display.c +++ b/src/x11/meta-x11-display.c @@ -1121,7 +1121,8 @@ on_window_visibility_updated (MetaDisplay *display, * it already has a window manager, and sets the error appropriately. */ MetaX11Display * -meta_x11_display_new (MetaDisplay *display, GError **error) +meta_x11_display_new (MetaDisplay *display, + GError **error) { MetaContext *context = meta_display_get_context (display); MetaX11Display *x11_display;