mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
use ' {8}' instead of 8 literal spaces
This commit is contained in:
@@ -507,7 +507,7 @@ foreach $file (keys %file_types) {
|
|||||||
s/^(\t*) {1,7}\t/$1\t/ while (/^\t* {1,7}\t/);
|
s/^(\t*) {1,7}\t/$1\t/ while (/^\t* {1,7}\t/);
|
||||||
# Convert 8 spaces into tabs if at start of line
|
# Convert 8 spaces into tabs if at start of line
|
||||||
# or preceeded by tabs.
|
# or preceeded by tabs.
|
||||||
s/^(\t*) /$1\t/ while (/^\t* /);
|
s/^(\t*) {8}/$1\t/ while (/^\t* {8}/);
|
||||||
# Remove trailing white space.
|
# Remove trailing white space.
|
||||||
s/[ \t]*$//;
|
s/[ \t]*$//;
|
||||||
$body = "$body$_";
|
$body = "$body$_";
|
||||||
|
Reference in New Issue
Block a user