mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
clutter/backend/x11: Remove stray whitespace
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2014>
This commit is contained in:
parent
e4e0eaac9d
commit
35fa75a085
@ -307,7 +307,7 @@ meta_clutter_backend_x11_create_stage (ClutterBackend *clutter_backend,
|
||||
if (meta_is_wayland_compositor ())
|
||||
stage_type = META_TYPE_STAGE_X11_NESTED;
|
||||
else
|
||||
stage_type = META_TYPE_STAGE_X11;
|
||||
stage_type = META_TYPE_STAGE_X11;
|
||||
|
||||
stage = g_object_new (stage_type,
|
||||
"backend", priv->backend,
|
||||
|
Loading…
Reference in New Issue
Block a user