From 239d6f78aa072ff0dcf19385b0fcee1c6201ea2b Mon Sep 17 00:00:00 2001 From: MPLew-is Date: Sun, 27 Mar 2016 04:41:57 -0400 Subject: [PATCH] Remove trailing whitespace --- lib/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.ps1 b/lib/install.ps1 index ea6dfe5ac..e5a124d2b 100644 --- a/lib/install.ps1 +++ b/lib/install.ps1 @@ -361,7 +361,7 @@ function run($exe, $arg, $msg, $continue_exit_codes) { { $parameters.arg = $arg; } - + $proc = start-process $exe -wait -ea stop -passthru @parameters