From 895de6f960fd9cf8c7f59e3dc632f8bfbc5147e4 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 15 Feb 2022 12:50:25 +0100 Subject: [PATCH] Whitespace --- src/Layout.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }; /// -- 2.39.5