<div dir="ltr">Would it be possible for you to break this up into patches that only run 1 fixer at a time?  When I look at the diff, basically every line has a change, so it's hard for me to verify that no actual substance changed, and that this is all just style issues.</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Nov 4, 2015 at 11:42 PM Bruce Mitchener <<a href="mailto:bruce.mitchener@gmail.com">bruce.mitchener@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">brucem created this revision.<br>
brucem added reviewers: zturner, domipheus.<br>
brucem added a subscriber: lldb-commits.<br>
<br>
This does a broad first pass on cleaning up a lot of the noise when<br>
using pylint on these scripts. It mostly addresses issues of:<br>
<br>
* Mixed tabs and spaces.<br>
* Trailing whitespace.<br>
* Semicolons where they aren't needed.<br>
* Incorrect whitespace around () and [].<br>
* Superfluous parentheses.<br>
<br>
There will be subsequent patches with further changes that build<br>
upon these.<br>
<br>
<a href="http://reviews.llvm.org/D14375" rel="noreferrer" target="_blank">http://reviews.llvm.org/D14375</a><br>
<br>
Files:<br>
  scripts/Python/buildSwigPython.py<br>
  scripts/Python/finishSwigPythonLLDB.py<br>
  scripts/Python/modify-python-lldb.py<br>
  scripts/buildSwigWrapperClasses.py<br>
  scripts/finishSwigWrapperClasses.py<br>
  scripts/utilsArgsParse.py<br>
  scripts/utilsDebug.py<br>
  scripts/utilsOsType.py<br>
<br>
</blockquote></div>