Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f6604a

Browse files
committed
Further whitespace/tab fixes.
1 parent fedf457 commit 2f6604a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

numpy/distutils/command/scons.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,19 +462,19 @@ def _call_scons(self, scons_exec, sconscript, pkg_name, bootstrapping):
462462
if not self._bypass_distutils_cc:
463463
cmd.append('cc_opt=%s' % self.scons_compiler)
464464
if self.scons_compiler_path:
465-
cmd.append('cc_opt_path=%s' % self.scons_compiler_path)
465+
cmd.append('cc_opt_path=%s' % self.scons_compiler_path)
466466
else:
467467
cmd.append('cc_opt=%s' % self.scons_compiler)
468468

469469
if self.scons_fcompiler:
470470
cmd.append('f77_opt=%s' % self.scons_fcompiler)
471471
if self.scons_fcompiler_path:
472-
cmd.append('f77_opt_path=%s' % self.scons_fcompiler_path)
472+
cmd.append('f77_opt_path=%s' % self.scons_fcompiler_path)
473473

474474
if self.scons_cxxcompiler:
475475
cmd.append('cxx_opt=%s' % self.scons_cxxcompiler)
476476
if self.scons_cxxcompiler_path:
477-
cmd.append('cxx_opt_path=%s' % self.scons_cxxcompiler_path)
477+
cmd.append('cxx_opt_path=%s' % self.scons_cxxcompiler_path)
478478

479479
cmd.append('include_bootstrap=%s' % dirl_to_str(get_numpy_include_dirs(sconscript)))
480480
cmd.append('bypass=%s' % self.bypass)

0 commit comments

Comments
 (0)