]> git.lyx.org Git - lyx.git/commitdiff
White space.
authorEnrico Forestieri <forenr@lyx.org>
Tue, 4 Aug 2009 10:37:14 +0000 (10:37 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 4 Aug 2009 10:37:14 +0000 (10:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30857 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 6b0f27543a5c14b4447530c7c5028accc71cf9bc..4a2149adea0e1f8d4524d60256ff755025f12620 100644 (file)
@@ -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);