Fix line terminators to be UNIX.

This commit is contained in:
Björn Esser
2020-04-11 09:40:57 +02:00
parent 270dc2f999
commit 37355cf0e6
4 changed files with 429 additions and 430 deletions
-1
View File
@@ -151,4 +151,3 @@ script:
make distcheck;
if type cppcheck &> /dev/null ; then cppcheck --error-exitcode=1 --quiet *.h *.c tests/ ; fi;
fi