PDFOptions.cpp: whitespace only.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37879 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-03-08 13:00:48 +00:00
parent c20e885331
commit 0bb6e39ef1

View File

@ -102,7 +102,7 @@ void PDFOptions::writeLaTeX(OutputParams & runparams, otexstream & os,
// only use the hyperref settings if hyperref is enabled by the user // only use the hyperref settings if hyperref is enabled by the user
// see bug #7052 // see bug #7052
if(use_hyperref) { if (use_hyperref) {
// try to extract author and title from document when none is // try to extract author and title from document when none is
// explicitly given // explicitly given
if (pdfusetitle && title.empty() && author.empty()) if (pdfusetitle && title.empty() && author.empty())
@ -141,7 +141,6 @@ void PDFOptions::writeLaTeX(OutputParams & runparams, otexstream & os,
hyperset += quoted_options; hyperset += quoted_options;
} }
hyperset = rtrim(hyperset,","); hyperset = rtrim(hyperset,",");
} }
// check if the hyperref settings use an encoding that exceeds // check if the hyperref settings use an encoding that exceeds