meta/stage: Replace \r\n with \n
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4093>
This commit is contained in:
parent
129a71d0ca
commit
faf4dc21ea
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ meta_stage_new (MetaBackend *backend)
|
|||
|
||||
stage = g_object_new (META_TYPE_STAGE,
|
||||
"context", meta_backend_get_clutter_context (backend),
|
||||
"accessible-name", "Main stage",
|
||||
"accessible-name", "Main stage",
|
||||
NULL);
|
||||
stage->backend = backend;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue