remove trailing spaces from .java files to placate the more finicky formats

the Eclipse Android mode loves to remove all trailing whitespaces quite
religiously.  This commit just removes trailing whitespace.  It was done
by running this:

sed -i 's/[[:space:]]*$//' *.java */*.java
This commit is contained in:
Hans-Christoph Steiner 2013-12-02 18:53:33 -05:00
parent a3ac298ae4
commit ffc1f27e33
10 changed files with 12 additions and 12 deletions