]> git.lyx.org Git - features.git/commitdiff
whitespace
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 17 Jan 2007 21:25:17 +0000 (21:25 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 17 Jan 2007 21:25:17 +0000 (21:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16739 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_latex.C

index a848193dddea37412c58d942eff65337e28f5358..2b3e5befb8e204a40c6eae8ec62851c51cc15a76 100644 (file)
@@ -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 {