mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove a tab so that whitespace usage is consistent.
This commit is contained in:
parent
40407943b7
commit
3304a14148
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class MSVCCompiler (CCompiler) :
|
|||
output_dir=None, macros=None, include_dirs=None, debug=0,
|
||||
extra_preargs=None, extra_postargs=None, depends=None):
|
||||
|
||||
if not self.initialized: self.initialize()
|
||||
if not self.initialized: self.initialize()
|
||||
macros, objects, extra_postargs, pp_opts, build = \
|
||||
self._setup_compile(output_dir, macros, include_dirs, sources,
|
||||
depends, extra_postargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue