]> git.lyx.org Git - features.git/commitdiff
whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 15 Feb 2020 08:26:43 +0000 (09:26 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 15 Feb 2020 08:26:43 +0000 (09:26 +0100)
src/support/filetools.cpp

index bca242d376427d2489c79a4f642ac4a965984f12..a36446dc4cf880c2386e98cf37dfe218cac0f688 100644 (file)
@@ -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);