[LyX/master] Indentation

Jean-Marc Lasgouttes lasgouttes at lyx.org
Tue Nov 3 13:44:43 UTC 2020


commit 4094afaf2e7093a0edc7fa3846e8804f5295a666
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Tue Nov 3 15:10:19 2020 +0100

    Indentation
---
 src/Layout.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Layout.h b/src/Layout.h
index 102bab6..cb8f537 100644
--- a/src/Layout.h
+++ b/src/Layout.h
@@ -267,13 +267,13 @@ public:
 	bool labelIsInline() const {
 		return labeltype == LABEL_STATIC
 			|| labeltype == LABEL_SENSITIVE
-		  || labeltype == LABEL_ENUMERATE
+			|| labeltype == LABEL_ENUMERATE
 			|| labeltype == LABEL_ITEMIZE;
 	}
 	bool labelIsAbove() const {
 		return labeltype == LABEL_ABOVE
 			|| labeltype == LABEL_CENTERED
-		  || labeltype == LABEL_BIBLIO;
+			|| labeltype == LABEL_BIBLIO;
 	}
 	///
 	bool addToToc() const { return add_to_toc_; }


More information about the lyx-cvs mailing list