]> git.lyx.org Git - features.git/commitdiff
Fix indentation
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 May 2020 13:16:23 +0000 (15:16 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 May 2020 13:18:38 +0000 (15:18 +0200)
src/Paragraph.cpp

index bfae1fc67d049e06d815a1f08ba85ee8af67a116..837dc0dd48a93937af2276aacb2af26f135f409d 100644 (file)
@@ -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 &&