From cab06b0b9e743ab0483e34c11dba8b3552649b24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Mon, 6 Sep 2021 14:38:09 -0400 Subject: [PATCH] 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. --- .gitattributes | 2 ++ README.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 - -- 2.47.3