[style] remove trailing whitespace in code

Issue #2010 resolved
Former user created an issue

Lots of lines with superfluous trailing whitespace in SA codebase, especially "empty" lines. If you feel inclined you could run this over the code:

    find -name '*.py' | xargs sed -i 's/ \+$//'

Happy festivus.

Comments (4)

  1. Mike Bayer repo owner

    right...this is a side effect of TextMate. Are you familiar with any solutions for this within TextMate ?

  2. Mike Bayer repo owner

    wow vim ! thought the whole world used emacs.

    the hook idea is interesting, ill see if i can look into that.

  3. Log in to comment