commit 6057fba90a520800fd583058c1027e0a8ee9d1c1
Author: Juergen Spitzmueller <[email protected]>
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 &&
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to