Commit 15291887 authored by Jeremy Hylton's avatar Jeremy Hylton

Repair inconsistent use of tabs and spaces.

parent bc09b3f7
...@@ -589,7 +589,7 @@ class CCompiler: ...@@ -589,7 +589,7 @@ class CCompiler:
"""Detect the language of a given file, or list of files. Uses """Detect the language of a given file, or list of files. Uses
language_map, and language_order to do the job. language_map, and language_order to do the job.
""" """
if type(sources) is not ListType: if type(sources) is not ListType:
sources = [sources] sources = [sources]
lang = None lang = None
index = len(self.language_order) index = len(self.language_order)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment