From 8db9a62c6d1b176bf2ef063834ffcb15771fd8bd Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 22 Oct 2019 03:12:04 +0000 Subject: [PATCH] * .gitattributes: Also check ChangeLog whitespace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277278 138bc75d-0d04-0410-961f-82ee72b054a4 --- .gitattributes | 1 + ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 183fdcaaa9ad..13debfd97e95 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space *.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space +ChangeLog whitespace=indent-with-non-tab,space-before-tab,trailing-space diff --git a/ChangeLog b/ChangeLog index bff525fe8fd2..9ddc70326098 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-10-21 Jason Merrill + + * .gitattributes: Also check ChangeLog whitespace. + 2019-10-21 Andrew Burgess * contrib/dg-extract-results.sh: Add support for KPASS. -- 2.47.2