spdx / tools

SPDX Tools
Apache License 2.0
127 stars 69 forks source link

Clean up trailing white space #242

Closed goneall closed 4 years ago

goneall commented 4 years ago

There is a significant amount of trailing white space in the java files.

We can use git-stripspace as a consistent method of stripping white space.

This will need to be applied to all .java files in the repo. After which, we can include git-stripspace as a git hook before committing changes to keep things consistent.