]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 4 Dec 2022 16:59:21 +0000 (11:59 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 4 Dec 2022 16:59:54 +0000 (11:59 -0500)
src/output_xhtml.cpp

index f1bcfb879b3cfba5b579fdde04d05b65bc9c41a8..9924be150e5520127b535ea45026702a7ba82349 100644 (file)
@@ -417,7 +417,7 @@ ParagraphList::const_iterator makeEnvironment(Buffer const & buf,
                if (!style.counter.empty()
                    && (par == pbegin || !isNormalEnv(style))
                                && cnts.hasCounter(cntr)
-               )
+                       )
                        cnts.step(cntr, OutputUpdate);
                ParagraphList::const_iterator send;