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:
parent
a3ac298ae4
commit
ffc1f27e33