[Lldb-commits] [PATCH] D49943: Fix whitespace in the python test suite.

2018-07-27 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL338171: Fix whitespace in the python test suite. (authored by teemperor, committed by ). Herald added a subscriber:

[Lldb-commits] [PATCH] D49943: Fix whitespace in the python test suite.

2018-07-27 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. Herald added subscribers: christof, JDevlieghere, ki.stfu. 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