PEP8: Fix all violations of type "at least two spaces before inline comment" (E261)

This commit is contained in:
practicalswift
2016-01-24 10:08:34 +01:00
parent d021aedbdc
commit 679f1853d2
10 changed files with 41 additions and 21 deletions

View File

@@ -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,