aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorPhilippe Payant <philippe@inrosoftware.com>2017-08-22 15:37:46 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2017-08-23 15:22:02 +0300
commitf83be23d55df71fd0effd744f00b0b18d364635d (patch)
tree400d545538400478845d1fe13428a289acd6d039 /mesonbuild
parentfc92991e349418029aaf5e9343946df5f3db1066 (diff)
downloadmeson-f83be23d55df71fd0effd744f00b0b18d364635d.zip
meson-f83be23d55df71fd0effd744f00b0b18d364635d.tar.gz
meson-f83be23d55df71fd0effd744f00b0b18d364635d.tar.bz2
Remove trailing spaces.
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index 5e0d683..7ac2321 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.