commit 4094afaf2e7093a0edc7fa3846e8804f5295a666
Author: Jean-Marc Lasgouttes <[email protected]>
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_; }
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to