bzip2: Prefer LF as EOL in dlltest.c

All other .c files have LF line endings, so there is no need to deviate
here.
This commit is contained in:
Thomas Braun
2025-10-27 11:12:43 -04:00
committed by Brad King
parent eca09b91c2
commit cab14b9dfd
+1
View File
@@ -21,6 +21,7 @@ extract_source () {
git_archive
pushd "${extractdir}/${name}-reduced"
echo "* -whitespace" > .gitattributes
fromdos dlltest.c
popd
}