Restore indentation to be more consistent.
This commit is contained in:
Thibaut Cuvelier 2021-02-21 13:14:51 +01:00
parent 4e0d7f753b
commit 5b9929c9d7

View File

@ -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";