]> git.lyx.org Git - features.git/commitdiff
Cosmetics.
authorPavel Sanda <sanda@lyx.org>
Wed, 5 Mar 2008 08:55:49 +0000 (08:55 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 5 Mar 2008 08:55:49 +0000 (08:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23470 a592a061-630c-0410-9148-cb99ea01b6c8

src/PDFOptions.cpp

index 43fd6f78fdbe14abfd32b2fdf787f64c0d12a462..644f26e738bcfe49523dfd5991c8ece4d0b6c559 100644 (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", "");
 }