This is an archive of the discontinued LLVM Phabricator instance.

Fix whitespace in the python test suite.
ClosedPublic

Authored by teemperor on Jul 27 2018, 3:04 PM.

Details

Summary

The test suite has often unnecessary trailing whitespace, and sometimes
unnecessary trailing lines or a missing final new line. This patch just strips
trailing whitespace/lines and adds missing newlines at the end.

Diff Detail

Event Timeline

teemperor created this revision.Jul 27 2018, 3:04 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 27 2018, 3:21 PM
This revision was automatically updated to reflect the committed changes.