From: Pavel Sanda Date: Wed, 5 Mar 2008 08:55:49 +0000 (+0000) Subject: Cosmetics. X-Git-Tag: 1.6.10~5874 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8f7472ad8fa26a52c9737cae6f9aae795e38bebf;p=features.git Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23470 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/PDFOptions.cpp b/src/PDFOptions.cpp index 43fd6f78fd..644f26e738 100644 --- a/src/PDFOptions.cpp +++ b/src/PDFOptions.cpp @@ -212,7 +212,7 @@ string PDFOptions::readToken(Lexer &lex, string const & token) // check the string from UI string PDFOptions::quoted_options_check(string const str) const { - return subst(str,"\n",""); + return subst(str, "\n", ""); }