[LyX/master] whitespace

Juergen Spitzmueller spitz at lyx.org
Sat Feb 15 08:08:36 UTC 2020


commit e31364fdcbda529f42df8839ee1476f953b70967
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sat Feb 15 09:26:43 2020 +0100

    whitespace
---
 src/support/filetools.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp
index bca242d..a36446d 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);


More information about the lyx-cvs mailing list