From: Juergen Spitzmueller Date: Tue, 15 Feb 2022 11:50:25 +0000 (+0100) Subject: Whitespace X-Git-Tag: 2.4-beta2~867 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=895de6f960fd9cf8c7f59e3dc632f8bfbc5147e4;p=lyx.git Whitespace --- diff --git a/src/Layout.h b/src/Layout.h index 99cc4df547..a6c0d6c2eb 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -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; }; ///