Commit d127d9d5 authored by Denis Bilenko's avatar Denis Bilenko

pep8

parent 60ef721a
......@@ -92,7 +92,7 @@ def make_universal_header(filename, *defines):
elif line.startswith('#endif'):
ifdef -= 1
elif not ifdef:
for prefix,define in defines:
for prefix, define in defines:
if line.startswith(prefix):
line = '#ifdef __LP64__\n#define %s 8\n#else\n#define %s 4\n#endif' % (define, define)
break
......
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