Whitespace normalization.

This commit is contained in:
Tim Peters 2005-01-07 16:01:32 +00:00
parent e4f5600e5c
commit 5a9fb3c415
9 changed files with 44 additions and 47 deletions

View File

@ -418,4 +418,3 @@ def test_main():
if __name__ == "__main__":
test_main()

View File

@ -116,4 +116,3 @@ def main():
if __name__ == '__main__':
main()

View File

@ -71,4 +71,3 @@ if __name__ == '__main__':
print 'locale_alias = {'
pprint(data)
print '}'