replace windows line endings with unix format

Under python 3 the linter does not like line endings like \r\n so
replace them with \n.

Change-Id: Iaa401a7943a0df29b82482bc92451dca22ebc309
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-06-06 18:53:17 -04:00
parent c214c608e3
commit a432e30b87
3 changed files with 238 additions and 238 deletions