This is an archive of the discontinued LLVM Phabricator instance.

[lit] Remove semicolons in Python code
ClosedPublic

Authored by modocache on Oct 9 2016, 1:55 PM.

Details

Summary

Semicolons aren't necessary as statement terminators in Python, and
each of these uses are superfluous as they appear at the end of a line.
The convention is to not use semicolons where not needed, so remove them.

Event Timeline

modocache updated this revision to Diff 74080.Oct 9 2016, 1:55 PM
modocache retitled this revision from to [lit] Remove semicolons in Python code.
modocache updated this object.
modocache added a subscriber: llvm-commits.
ddunbar accepted this revision.Oct 9 2016, 5:03 PM
ddunbar edited edge metadata.
This revision is now accepted and ready to land.Oct 9 2016, 5:03 PM
modocache closed this revision.Oct 9 2016, 6:27 PM