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: