[LyX/master] Amend 61657bd610466a0fcd8e611d5942cff328ae6169

Thibaut Cuvelier tcuvelier at lyx.org
Sun Feb 21 12:11:09 UTC 2021


commit 5b9929c9d7581daf89cec400b365f4163214fff6
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
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";


More information about the lyx-cvs mailing list