From 8ddb0ce0acafe75d78df528b4d2540dfbf4b364d Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 18 Aug 2013 11:16:06 -0600 Subject: STY: Giant whitespace cleanup. Now is as good a time as any with open PR's at a low. --- numpy/distutils/command/build_clib.py | 2 +- numpy/distutils/command/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/distutils/command') diff --git a/numpy/distutils/command/build_clib.py b/numpy/distutils/command/build_clib.py index 8b150d800..ab40a71ea 100644 --- a/numpy/distutils/command/build_clib.py +++ b/numpy/distutils/command/build_clib.py @@ -104,7 +104,7 @@ class build_clib(old_build_clib): if self.inplace: for l in self.distribution.installed_libraries: - libname = self.compiler.library_filename(l.name) + libname = self.compiler.library_filename(l.name) source = os.path.join(self.build_clib, libname) target = os.path.join(l.target_dir, libname) self.mkpath(l.target_dir) diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py index fd8a135fb..3434dffee 100644 --- a/numpy/distutils/command/config.py +++ b/numpy/distutils/command/config.py @@ -152,7 +152,7 @@ class was %s def check_header(self, header, include_dirs=None, library_dirs=None, lang='c'): self._check_compiler() return self.try_compile( - "/* we need a dummy line to make distutils happy */", + "/* we need a dummy line to make distutils happy */", [header], include_dirs) def check_decl(self, symbol, -- cgit v1.2.1