mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Standardized whitespace around function calls.
This commit is contained in:
parent
963cd2d85d
commit
cb1f4c4d33
14 changed files with 338 additions and 339 deletions
|
|
@ -132,7 +132,7 @@ class bdist (Command):
|
|||
# keep its temporary files around so subsequent runs go faster.
|
||||
if cmd_name in commands[i+1:]:
|
||||
sub_cmd.keep_temp = 1
|
||||
self.run_command (cmd_name)
|
||||
self.run_command(cmd_name)
|
||||
|
||||
# run()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue