2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +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:00:00 +02:00
parent 589752fc69
commit 5893debf46
87 changed files with 764 additions and 764 deletions

View File

@@ -72,8 +72,8 @@ then
then
if ${checkzone} -q -D "$zone" ${dir}/new > ${dir}/nnn
then
sort ${dir}/ooo > ${dir}/s1
sort ${dir}/nnn > ${dir}/s2
sort ${dir}/ooo > ${dir}/s1
sort ${dir}/nnn > ${dir}/s2
comm -23 ${dir}/s1 ${dir}/s2 |
sed 's/^/update delete /' > ${dir}/ccc
comm -13 ${dir}/s1 ${dir}/s2 |
@@ -111,7 +111,7 @@ then
done
else
while :
do
do
echo ${echo_arg} "Abort (a), Redo (r), Modify (m) : $bsc"
read ans
case "$ans" in
@@ -130,7 +130,7 @@ then
fi
else
while :
do
do
echo ${echo_arg} "Abort (a), Redo (r), Modify (m) : $bsc"
read ans
case "$ans" in