From 0bb6e39ef1f7b4c5d023e8d0cdb444795b11ca4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 8 Mar 2011 13:00:48 +0000 Subject: [PATCH] PDFOptions.cpp: whitespace only. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37879 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/PDFOptions.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PDFOptions.cpp b/src/PDFOptions.cpp index 436e8f2e19..33b2488223 100644 --- a/src/PDFOptions.cpp +++ b/src/PDFOptions.cpp @@ -102,7 +102,7 @@ void PDFOptions::writeLaTeX(OutputParams & runparams, otexstream & os, // only use the hyperref settings if hyperref is enabled by the user // see bug #7052 - if(use_hyperref) { + if (use_hyperref) { // try to extract author and title from document when none is // explicitly given if (pdfusetitle && title.empty() && author.empty()) @@ -141,7 +141,6 @@ void PDFOptions::writeLaTeX(OutputParams & runparams, otexstream & os, hyperset += quoted_options; } hyperset = rtrim(hyperset,","); - } // check if the hyperref settings use an encoding that exceeds