]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use ' {8}' instead of 8 literal spaces
authorMark Andrews <marka@isc.org>
Tue, 3 Jun 2014 03:22:41 +0000 (13:22 +1000)
committerMark Andrews <marka@isc.org>
Tue, 3 Jun 2014 03:22:59 +0000 (13:22 +1000)
util/update_copyrights

index 79cf8b74de38ed47f637d6dd8805a1e2ee8907f6..75dcdec4be7fdacacdcadab4601a9d8adf13c7a5 100644 (file)
@@ -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$_";