1
0
mirror of https://gitlab.isc.org/isc-projects/bind9.git synced 2025-04-18 09:44:09 +03:00

Remove trailing whitespace from all text files

I've used the following command to remove the trailing whitespace for
all tracked text files:

git grep -Il '' | xargs sed -i 's/[ \t]*$//'
This commit is contained in:
Tom Krizek 2023-06-07 16:00:00 +02:00
parent 589752fc69
commit 5893debf46
No known key found for this signature in database
GPG Key ID: 01623B9B652A20A7
87 changed files with 764 additions and 764 deletions