mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
PEP8: Fix all violations of type "at least two spaces before inline comment" (E261)
This commit is contained in:
@@ -78,7 +78,8 @@ def ssapass_passlist(optlevel):
|
||||
p.SILCombine,
|
||||
simplifycfg_silcombine_passlist(),
|
||||
p.GlobalLoadStoreOpts,
|
||||
p.CodeMotion, # Need to add proper argument here
|
||||
# Need to add proper argument here
|
||||
p.CodeMotion,
|
||||
p.GlobalARCOpts,
|
||||
p.SpeculativeDevirtualizer,
|
||||
p.SILLinker,
|
||||
|
||||
Reference in New Issue
Block a user