]> git.lyx.org Git - features.git/commitdiff
PDFOptions.cpp: whitespace fix to please André
authorUwe Stöhr <uwestoehr@web.de>
Tue, 23 Oct 2007 01:01:05 +0000 (01:01 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 23 Oct 2007 01:01:05 +0000 (01:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21138 a592a061-630c-0410-9148-cb99ea01b6c8

src/PDFOptions.cpp

index 22b8ff310c36440de905b59daee434bc526a0dcc..aaf7141e7a7dcd54130cff3a24668580df9912bd 100644 (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;