2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00: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:36:18 +02:00
parent e0c4f5b60f
commit 644a0b80c8
No known key found for this signature in database
GPG Key ID: 01623B9B652A20A7
70 changed files with 738 additions and 738 deletions