From cd8fdbb3fad7f81a84507d2294613016fccd0954 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Tue, 5 Nov 2002 20:27:17 +0000 Subject: Repair inconsistent use of tabs and spaces. --- Lib/distutils/ccompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py index 317e21e..8898f51 100644 --- a/Lib/distutils/ccompiler.py +++ b/Lib/distutils/ccompiler.py @@ -589,7 +589,7 @@ class CCompiler: """Detect the language of a given file, or list of files. Uses language_map, and language_order to do the job. """ - if type(sources) is not ListType: + if type(sources) is not ListType: sources = [sources] lang = None index = len(self.language_order) -- cgit v0.12