Author: spitz
Date: Tue Mar  8 14:00:48 2011
New Revision: 37879
URL: http://www.lyx.org/trac/changeset/37879

Log:
PDFOptions.cpp: whitespace only.

Modified:
   lyx-devel/trunk/src/PDFOptions.cpp

Modified: lyx-devel/trunk/src/PDFOptions.cpp
==============================================================================
--- lyx-devel/trunk/src/PDFOptions.cpp  Tue Mar  8 12:27:36 2011        (r37878)
+++ lyx-devel/trunk/src/PDFOptions.cpp  Tue Mar  8 14:00:48 2011        (r37879)
@@ -102,7 +102,7 @@
 
        // 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 @@
                        hyperset += quoted_options;
                }
                hyperset = rtrim(hyperset,",");
-
        }
 
        // check if the hyperref settings use an encoding that exceeds

Reply via email to