Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32300 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-03 20:19:15 +00:00
parent 3b7fd0c806
commit c2f39490a7

View File

@ -776,7 +776,7 @@ docstring const LaTeXFeatures::getMacros() const
for (; pit != pend; ++pit)
macros << *pit << '\n';
if (mustProvide("papersize")) {
if (mustProvide("papersize")) {
if (runparams_.flavor == OutputParams::LATEX)
macros << papersizedvi_def << '\n';
else