Convert files to unix line ends in the repo

These files were aded with windows line ends before we did set the text=auto
attribute for all files in .gitattributes, and this caused phantom changes on
linux workspaces after .gitattributes was introduced.
Now these files appear with linux line ends on linux workspaces and with
windows line ends on windows workspaces, like all source files.
This commit is contained in:
Georg Baum 2016-06-28 21:25:18 +02:00
parent c8f3e93956
commit c10674e3c9
4 changed files with 1656 additions and 1656 deletions