X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPDFOptions.cpp;h=644f26e738bcfe49523dfd5991c8ece4d0b6c559;hb=99f2abf59fc88faeac69df6a64d0d2a3615c8972;hp=43fd6f78fdbe14abfd32b2fdf787f64c0d12a462;hpb=110090e43596eb974d987d5370fba1b4b74f3774;p=lyx.git 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", ""); }