commit 5b9929c9d7581daf89cec400b365f4163214fff6
Author: Thibaut Cuvelier <[email protected]>
Date: Sun Feb 21 13:14:51 2021 +0100
Amend 61657bd610466a0fcd8e611d5942cff328ae6169
Restore indentation to be more consistent.
---
src/insets/InsetERT.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/insets/InsetERT.cpp b/src/insets/InsetERT.cpp
index 5251b77..6923f15 100644
--- a/src/insets/InsetERT.cpp
+++ b/src/insets/InsetERT.cpp
@@ -109,7 +109,7 @@ void InsetERT::docbook(XMLStream & xs, OutputParams const &
runparams) const
xs << XMLStream::ESCAPE_NONE << parXML;
auto p = pars.begin();
while (true) { // For each line of this ERT paragraph...
- os << *p;
+ os << *p;
++p;
if (p != pars.end())
os << "\n";
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs