Convert Windows to Unix line endings

Converted with:

mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | grep warn | cut -f1 -d: | uniq | xargs -n 1 dos2unix
This commit is contained in:
Andrew Gaul 2015-03-31 13:46:53 -07:00
parent 56e687f497
commit 6a7a52642a
14 changed files with 800 additions and 800 deletions