diff options
author | Philippe Payant <philippe@inrosoftware.com> | 2017-08-22 15:37:46 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-23 15:22:02 +0300 |
commit | f83be23d55df71fd0effd744f00b0b18d364635d (patch) | |
tree | 400d545538400478845d1fe13428a289acd6d039 /mesonbuild | |
parent | fc92991e349418029aaf5e9343946df5f3db1066 (diff) | |
download | meson-f83be23d55df71fd0effd744f00b0b18d364635d.zip meson-f83be23d55df71fd0effd744f00b0b18d364635d.tar.gz meson-f83be23d55df71fd0effd744f00b0b18d364635d.tar.bz2 |
Remove trailing spaces.
Diffstat (limited to 'mesonbuild')
-rw-r--r-- | mesonbuild/environment.py | 2 |
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. |