[LyX/master] Fix indentation

Juergen Spitzmueller spitz at lyx.org
Sun May 17 12:56:48 UTC 2020


commit 6057fba90a520800fd583058c1027e0a8ee9d1c1
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun May 17 15:16:23 2020 +0200

    Fix indentation
---
 src/Paragraph.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index bfae1fc..837dc0d 100644
--- a/src/Paragraph.cpp
+++ b/src/Paragraph.cpp
@@ -2564,9 +2564,9 @@ void Paragraph::latex(BufferParams const & bparams,
 
 		Font const last_font = running_font;
 		bool const in_ct_deletion = (bparams.output_changes
-				  && runningChange == change
-				  && change.type == Change::DELETED
-				  && !os.afterParbreak());
+					     && runningChange == change
+					     && change.type == Change::DELETED
+					     && !os.afterParbreak());
 
 		// Do we need to close the previous font?
 		if (open_font &&


More information about the lyx-cvs mailing list