Cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23470 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-05 08:55:49 +00:00
parent 110090e435
commit 8f7472ad8f

View File

@ -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", "");
}