[PATCH] D69055: [LNT] Code cleanup: consistently use space after comma

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 09:41:31 PDT 2019


thopre created this revision.
thopre added reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls.

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.


https://reviews.llvm.org/D69055

Files:
  lnt/external/stats/pstat.py
  lnt/external/stats/stats.py
  tests/server/db/ImportV4TestSuiteInstance.py
  tests/server/db/Migrations.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69055.225251.patch
Type: text/x-patch
Size: 100737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191016/828b98d1/attachment-0001.bin>


More information about the llvm-commits mailing list