mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 10:19:59 -04:00
use ' {8}' instead of 8 literal spaces
This commit is contained in:
parent
a27fdeeef2
commit
552afac692
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ foreach $file (keys %file_types) {
|
|||
s/^(\t*) {1,7}\t/$1\t/ while (/^\t* {1,7}\t/);
|
||||
# Convert 8 spaces into tabs if at start of line
|
||||
# or preceeded by tabs.
|
||||
s/^(\t*) /$1\t/ while (/^\t* /);
|
||||
s/^(\t*) {8}/$1\t/ while (/^\t* {8}/);
|
||||
# Remove trailing white space.
|
||||
s/[ \t]*$//;
|
||||
$body = "$body$_";
|
||||
|
|
|
|||
Loading…
Reference in a new issue