From e31364fdcbda529f42df8839ee1476f953b70967 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 15 Feb 2020 09:26:43 +0100 Subject: [PATCH] whitespace --- src/support/filetools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2