Repair inconsistent use of tabs and spaces.

This commit is contained in:
Jeremy Hylton 2002-11-05 20:27:17 +00:00
parent a5f4c071b5
commit cd8fdbb3fa
1 changed files with 1 additions and 1 deletions

View File

@ -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)