mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16739 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c727c6db7f
commit
7202474476
@ -551,8 +551,7 @@ void latexParagraphs(Buffer const & buf,
|
||||
par = TeXOnePar(buf, paragraphs, par, os, texrow,
|
||||
runparams, everypar);
|
||||
} else if (layout->isEnvironment() ||
|
||||
!par->params().leftIndent().zero())
|
||||
{
|
||||
!par->params().leftIndent().zero()) {
|
||||
par = TeXEnvironment(buf, paragraphs, par, os,
|
||||
texrow, runparams);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user