mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
e4f5600e5c
commit
5a9fb3c415
|
@ -418,4 +418,3 @@ def test_main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
||||
|
|
|
@ -116,4 +116,3 @@ def main():
|
|||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
|
|
@ -71,4 +71,3 @@ if __name__ == '__main__':
|
|||
print 'locale_alias = {'
|
||||
pprint(data)
|
||||
print '}'
|
||||
|
||||
|
|
Loading…
Reference in New Issue