PDFOptions.cpp: whitespace fix to please André

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21138 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-10-23 01:01:05 +00:00
parent 5d102dad68
commit 8bdcbb56a5

View File

@ -86,7 +86,7 @@ void PDFOptions::writeFile(ostream & os) const
os << "\\pdf_quoted_options \"" << quoted_options << "\"\n";
}
void PDFOptions::writeLaTeX(odocstringstream &os, bool hyper_required) const
void PDFOptions::writeLaTeX(odocstringstream & os, bool hyper_required) const
{
if (!use_hyperref && !hyper_required)
return;