From: Juergen Spitzmueller Date: Sat, 15 Feb 2020 08:26:43 +0000 (+0100) Subject: whitespace X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0e5f26864c3f9712b729c64d4972c6e6ea355c26;p=features.git whitespace --- diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp index bca242d376..a36446dc4c 100644 --- a/src/support/filetools.cpp +++ b/src/support/filetools.cpp @@ -1039,7 +1039,7 @@ cmd_ret const runCommand(string const & cmd) command = rtrim(command, "2>&1"); err2out = true; } - string const cmdarg = "/d /c \"" + command+"\""; + string const cmdarg = "/d /c \"" + command + "\""; string const comspec = getEnv("COMSPEC"); security.nLength = sizeof(SECURITY_ATTRIBUTES);