]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Amend 3093789e for cmake build
[lyx.git] / src / Layout.h
index 102bab6abab71310932534c73f565cd3498d6deb..cb8f537cbb8f37ebd9288ff011e1c31afe9d9cd5 100644 (file)
@@ -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_; }