settings: Remove stray newline

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4271>
This commit is contained in:
Jonas Ådahl 2025-02-13 15:26:54 +08:00 committed by Marge Bot
parent e0b44bdc03
commit 463eb3993b

View File

@ -446,7 +446,6 @@ update_privacy_settings (MetaSettings *settings)
static void
update_xwayland_allow_byte_swapped_clients (MetaSettings *settings)
{
settings->xwayland_allow_byte_swapped_clients =
g_settings_get_boolean (settings->wayland_settings,
"xwayland-allow-byte-swapped-clients");