mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Repair inconsistent use of tabs and spaces.
This commit is contained in:
parent
a5f4c071b5
commit
cd8fdbb3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue