replace windows line endings with unix line endings

The python 3 version of the linter does not allow Windows-style line
endings (\r\n) so replace them with UNIX-style endings (\n).

Change-Id: Ifb97491323d3df92bb1520e373552aeb5e1919a4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann
2018-06-13 14:34:03 -04:00
parent a330576eae
commit ae0918488d
2 changed files with 537 additions and 537 deletions