This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Code cleanup: consistently use space after comma
ClosedPublic

Authored by thopre on Oct 16 2019, 9:40 AM.

Details

Summary

Clean up uses of commas by having no space before the comma and a space
after. Likewise for the colon in dictionary values. This was produced by
running futurize's lib2to3.fixes.fix_ws_comma.