whitespace only.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36553 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-11-28 13:49:14 +00:00
parent e2309ca098
commit e14b6a280d

View File

@ -3454,11 +3454,10 @@ bool Buffer::doExport(string const & format, bool put_in_tempdir,
break;
case BufferParams::LaTeX:
runparams.math_flavor = OutputParams::MathAsLaTeX;
break;
break;
}
makeLyXHTMLFile(FileName(filename), runparams);
} else if (backend_format == "lyx")
} else if (backend_format == "lyx")
writeFile(FileName(filename));
// Docbook backend
else if (isDocBook()) {