From: Uwe Stöhr Date: Tue, 23 Oct 2007 01:01:05 +0000 (+0000) Subject: PDFOptions.cpp: whitespace fix to please André X-Git-Tag: 1.6.10~7710 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8bdcbb56a5a1208e777879eefff77bf4af3fc7d7;p=features.git PDFOptions.cpp: whitespace fix to please André git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21138 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/PDFOptions.cpp b/src/PDFOptions.cpp index 22b8ff310c..aaf7141e7a 100644 --- a/src/PDFOptions.cpp +++ b/src/PDFOptions.cpp @@ -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;