Whitespace normalization.

This commit is contained in:
Tim Peters 2006-03-09 01:15:05 +00:00
parent b31c8142d5
commit e8d09e5818
25 changed files with 86 additions and 88 deletions

View File

@ -55,4 +55,3 @@ elif sys.byteorder == "big":
else:
raise RuntimeError("Invalid byteorder")

View File

@ -373,4 +373,3 @@ class PointerMemberTestCase(unittest.TestCase):
if __name__ == '__main__':
unittest.main()