From cb1f4c4d33711a964dcd40b32a562e2acf745fc2 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sat, 30 Sep 2000 18:27:54 +0000 Subject: Standardized whitespace around function calls. --- Lib/distutils/command/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Lib/distutils/command/config.py') diff --git a/Lib/distutils/command/config.py b/Lib/distutils/command/config.py index 5c3f26a716..a13055cf8c 100644 --- a/Lib/distutils/command/config.py +++ b/Lib/distutils/command/config.py @@ -87,10 +87,10 @@ class config (Command): # import. from distutils.ccompiler import CCompiler, new_compiler if not isinstance(self.compiler, CCompiler): - self.compiler = new_compiler (compiler=self.compiler, - verbose=self.noisy, - dry_run=self.dry_run, - force=1) + self.compiler = new_compiler(compiler=self.compiler, + verbose=self.noisy, + dry_run=self.dry_run, + force=1) if self.include_dirs: self.compiler.set_include_dirs(self.include_dirs) if self.libraries: -- cgit v1.2.1