Fix indentation

This commit is contained in:
Juergen Spitzmueller 2020-05-17 15:16:23 +02:00
parent 5f3541454c
commit 6057fba90a

View 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 &&