mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
White space.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30857 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7c170d8fa8
commit
7771fedf9c
@ -2188,7 +2188,7 @@ bool Paragraph::latex(BufferParams const & bparams,
|
||||
return_value = false;
|
||||
}
|
||||
|
||||
if (allowcust && d->endTeXParParams(bparams, os, texrow,runparams))
|
||||
if (allowcust && d->endTeXParParams(bparams, os, texrow, runparams))
|
||||
runparams.encoding = prev_encoding;
|
||||
|
||||
LYXERR(Debug::LATEX, "Paragraph::latex... done " << this);
|
||||
|
Loading…
Reference in New Issue
Block a user