monitor-config-store: Remove whitespace to silence check-code-style warning

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2511>
This commit is contained in:
Daniel van Vugt 2022-07-12 17:11:15 +08:00 committed by Marge Bot
parent b4fff403b8
commit 3d044c351e

View File

@ -266,7 +266,7 @@ handle_start_element (GMarkupParseContext *context,
g_set_error (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT, g_set_error (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT,
"Missing config file format version"); "Missing config file format version");
} }
if (g_str_equal (version, "1")) if (g_str_equal (version, "1"))
{ {
g_set_error_literal (error, g_set_error_literal (error,