From f83be23d55df71fd0effd744f00b0b18d364635d Mon Sep 17 00:00:00 2001 From: Philippe Payant Date: Tue, 22 Aug 2017 15:37:46 -0400 Subject: [PATCH] Remove trailing spaces. --- mesonbuild/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 5e0d68325..7ac232156 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -539,7 +539,7 @@ class Environment: cls = ClangCCompiler if lang == 'c' else ClangCPPCompiler return cls(ccache + compiler, version, cltype, is_cross, exe_wrap) if 'Microsoft' in out or 'Microsoft' in err: - # Latest versions of Visual Studio print version + # Latest versions of Visual Studio print version # number to stderr but earlier ones print version # on stdout. Why? Lord only knows. # Check both outputs to figure out version.