mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
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:
parent
5d102dad68
commit
8bdcbb56a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user