From: Dženan Zukić Date: Mon, 6 Sep 2021 18:38:09 +0000 (-0400) Subject: Fix minor formatting issues X-Git-Tag: 2.0.6~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cab06b0b9e743ab0483e34c11dba8b3552649b24;p=thirdparty%2Fzlib-ng.git Fix minor formatting issues From ITK PR: https://github.com/InsightSoftwareConsortium/ITK/pull/2803 CI check: https://github.com/InsightSoftwareConsortium/ITK/runs/3864083025 commit 5434d42 adds bad whitespace: README.md:223: new blank line at EOF. commit 5434d42 is not allowed; missing newline at the end of file in .gitattributes. --- diff --git a/.gitattributes b/.gitattributes index 68ec3a17..3b35744b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ *.c text *.h text Makefile text +configure text eol=lf +testCVEinputs.sh text eol=lf diff --git a/README.md b/README.md index 68d935a4..8528f284 100644 --- a/README.md +++ b/README.md @@ -217,4 +217,3 @@ Related Projects * Python tool to benchmark minigzip/minideflate https://github.com/zlib-ng/deflatebench * Python tool to benchmark pigz https://github.com/zlib-ng/pigzbench * 3rd party patches for zlib-ng compatibility https://github.com/zlib-ng/patches -