Remove trailing spaces.

0.42
Philippe Payant 7 years ago committed by Nirbheek Chauhan
parent 6aef93026a
commit 184988d437
  1. 2
      mesonbuild/environment.py

@ -531,7 +531,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.

Loading…
Cancel
Save