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 | |
| parent | fc92991e349418029aaf5e9343946df5f3db1066 (diff) | |
| download | meson-f83be23d55df71fd0effd744f00b0b18d364635d.tar.gz | |
Remove trailing spaces.
| -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 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. |
