Commit cd8fdbb3 authored by Jeremy Hylton's avatar Jeremy Hylton

Repair inconsistent use of tabs and spaces.

parent a5f4c071
......@@ -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)
......
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