style cleanup: pep8

This commit is contained in:
2012-10-08 10:03:01 +00:00
parent 1487ef9828
commit 7614428c09
15 changed files with 26 additions and 25 deletions

View File

@@ -52,7 +52,7 @@ def main():
[c] +
[("-I%s" % i) for i in inc_dirs] +
[("-D%s" % d) for d in defs]
)
)
check_commands.append((c, cmd))