[mutter] x11-display: Fly-by coding style fix
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] x11-display: Fly-by coding style fix
- Date: Mon, 19 Sep 2022 15:12:28 +0000 (UTC)
commit b9c3e2b01e4cad3f4e04b3166c53659281d91992
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Sat May 28 23:48:36 2022 +0200
x11-display: Fly-by coding style fix
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2619>
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 1f8353eb45..f2b88c6baf 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]