[LyX/master] Whitespace
Juergen Spitzmueller
spitz at lyx.org
Tue Feb 15 11:18:01 UTC 2022
commit 895de6f960fd9cf8c7f59e3dc632f8bfbc5147e4
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Tue Feb 15 12:50:25 2022 +0100
Whitespace
---
src/Layout.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/Layout.h b/src/Layout.h
index 99cc4df..a6c0d6c 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;
};
///
More information about the lyx-cvs
mailing list