[mutter] gschema: really use line breaks in schema



commit 58e2ac86710faaf73fb98094f500b9a7f469099e
Author: Olivier Fourdan <ofourdan redhat com>
Date:   Thu Oct 8 16:27:56 2020 +0200

    gschema: really use line breaks in schema
    
    The newline character `\n` in the schema does not produce a new line.
    Use a newline instead.
    
    fixes: dbe44f3a83e6a6bdc611bb298e3781a0aebbbd7b
    https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1483

 data/org.gnome.mutter.gschema.xml.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in
index 977491efcf..c4324db485 100644
--- a/data/org.gnome.mutter.gschema.xml.in
+++ b/data/org.gnome.mutter.gschema.xml.in
@@ -120,15 +120,15 @@
                                         framebuffers instead of window content,
                                         to manage HiDPI monitors. Does not
                                         require a restart.
-                                        \n
+
         • “rt-scheduler”              — makes mutter request a low priority
                                         real-time scheduling. The executable
                                         or user must have CAP_SYS_NICE.
                                         Requires a restart.
-                                        \n
+
         • “autostart-xwayland”        — initializes Xwayland lazily if there are
                                         X11 clients. Requires a restart.
-                                        \n
+
         • “dma-buf-screen-sharing"    — enables DMA buffered screen sharing. This
                                         is already enabled by default when using
                                         the i915 driver, but disabled for 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]