]> git.lyx.org Git - lyx.git/commitdiff
Whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 15 Feb 2022 11:50:25 +0000 (12:50 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 15 Feb 2022 11:50:25 +0000 (12:50 +0100)
src/Layout.h

index 99cc4df5475e2dd7bdab1f04a721370cbd09d02d..a6c0d6c2eb06080290fdd8d8f14744a8da53a7ac 100644 (file)
@@ -116,11 +116,11 @@ public:
                docstring docbooktag;
                docstring docbooktagtype;
                docstring docbookattr;
-        /// Whether this argument should be output after the main tag (default: inside). The result if the argument
-        /// should be output both before and after the main tag is undefined.
+               /// Whether this argument should be output after the main tag (default: inside). The result if the argument
+               /// should be output both before and after the main tag is undefined.
                bool docbookargumentbeforemaintag = false;
-        /// Whether this argument should be output before the main tag (default: inside). The result if the argument
-        /// should be output both before and after the main tag is undefined.
+               /// Whether this argument should be output before the main tag (default: inside). The result if the argument
+               /// should be output both before and after the main tag is undefined.
                bool docbookargumentaftermaintag = false;
        };
        ///