[LyX/master] Whitespace
Richard Kimberly Heck
rikiheck at lyx.org
Sun Dec 4 16:56:23 UTC 2022
commit b9c52f20c7e714e1594134cd859638b59e476e6a
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date: Sun Dec 4 11:59:21 2022 -0500
Whitespace
---
src/output_xhtml.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp
index f1bcfb8..9924be1 100644
--- a/src/output_xhtml.cpp
+++ b/src/output_xhtml.cpp
@@ -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;
More information about the lyx-cvs
mailing list