]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
cleanup trailing whitespace
authorMark Andrews <marka@isc.org>
Thu, 22 Oct 2015 05:24:03 +0000 (16:24 +1100)
committerMark Andrews <marka@isc.org>
Thu, 22 Oct 2015 05:24:03 +0000 (16:24 +1100)
bin/delv/delv.html
bin/python/dnssec-coverage.html
bin/tests/Makefile.in
bin/tools/Makefile.in
doc/xsl/Makefile.in
lib/dns/Makefile.in
lib/dns/tests/Makefile.in
util/update_copyrights

index 9d418d8a977840150b18b6641a7f5a6cff0d0577..ae1e107509c170f8fe947b4525f2f6614f7fa562 100644 (file)
 <dt><span class="term"><code class="option">+[no]all</code></span></dt>
 <dd><p>
              Set or clear the display options
-             <code class="option">+[no]comments</code>, 
+             <code class="option">+[no]comments</code>,
              <code class="option">+[no]rrcomments</code>, and
              <code class="option">+[no]trust</code> as a group.
            </p></dd>
index 99cf1008cc42266cb14c84371c708bd4b464ced1..867b1468fde9b6507506a08f9d524932c24d4c1f 100644 (file)
@@ -79,7 +79,7 @@
 <p>
             The length of time to check for DNSSEC coverage.  Key events
             scheduled further into the future than <code class="option">duration</code>
-            will be ignored, and assumed to be correct.  
+            will be ignored, and assumed to be correct.
           </p>
 <p>
             The value of <code class="option">duration</code> can be set in seconds,
index 788081c8241bf4554928fb6fbdf278bfd2a11d33..f4f7c1fc0a4848a3507771c9199667fc1f61be19 100644 (file)
@@ -134,7 +134,7 @@ XSRCS =             adb_test.c \
 
 @BIND9_MAKE_RULES@
 
-# disable optimization for backtrace test to get the expected result   
+# disable optimization for backtrace test to get the expected result
 BTTEST_CFLAGS =        ${BACKTRACECFLAGS} ${EXT_CFLAGS} ${ALL_CPPFLAGS} -g \
                ${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}
 
index 7f0b5c0bb183b6bac4a01dd4577fe27c8f152cfa..dfc2951b029c5ec97b7463f281ab50f96266c273 100644 (file)
@@ -44,7 +44,7 @@ LWRESDEPLIBS =        ../../lib/lwres/liblwres.@A@
 LIBS =         ${ISCLIBS} @LIBS@
 NOSYMLIBS =    ${ISCNOSYMLIBS} @LIBS@
 
-SUBDIRS = 
+SUBDIRS =
 
 DNSTAPTARGETS =        dnstap-read@EXEEXT@
 TARGETS =      arpaname@EXEEXT@ named-journalprint@EXEEXT@ \
index ed925ca41c03d8a3c8c0e3f2132206273e8bfb5a..da9881477d3e566aa821bd210b61bbc426d57088 100644 (file)
@@ -23,4 +23,4 @@ TARGETS =
 
 distclean::
        rm -f isc-docbook-chunk.xsl isc-docbook-html.xsl \
-             isc-manpage.xsl isc-notes-html.xsl 
+             isc-manpage.xsl isc-notes-html.xsl
index 9412f081daa7bb3f9937c2be341f5224c8fcca92..3d3658f3038727a76c577594d2a733f47fdc6b71 100644 (file)
@@ -57,7 +57,7 @@ PKCS11LINKOBJS        = pkcs11dh_link.@O@ pkcs11dsa_link.@O@ pkcs11rsa_link.@O@ \
 
 DSTOBJS =      @DST_EXTRA_OBJS@ @OPENSSLLINKOBJS@ @PKCS11LINKOBJS@ \
                dst_api.@O@ dst_lib.@O@ dst_parse.@O@ dst_result.@O@ \
-               gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@ 
+               gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@
 
 GEOIPLINKOBJS = geoip.@O@
 
index 7b77d31c54b56aa6e9d57ef42ba1b5b26e74da19..2416c065f27169554c1f9f1de3fe972151bb74ec 100644 (file)
@@ -61,7 +61,7 @@ SRCS =                db_test.c \
                time_test.c \
                update_test.c \
                zonemgr_test.c \
-               zt_test.c 
+               zt_test.c
 
 SUBDIRS =
 TARGETS =      db_test@EXEEXT@ \
@@ -227,5 +227,5 @@ clean distclean::
        rm -f ${TARGETS}
        rm -f atf.out
        rm -f testdata/master/master12.data testdata/master/master13.data \
-               testdata/master/master14.data 
+               testdata/master/master14.data
        rm -f zone.bin
index d8aad3c1a71e680e2217a89282ae507d68eac2ca..e85473c61d668f324a3d4feb3a2db64a435505de 100644 (file)
@@ -559,7 +559,9 @@ foreach $file (keys %file_types) {
                                $body = "$body$_";
                        }
                        $_ = $body;
-               } elsif ($type eq "SGML" && $sysyears =~ /$this_year/) {
+               } elsif (($type eq "SGML" || $type eq "HTML" ||
+                         $type eq "MAKE") &&
+                        $sysyears =~ /$this_year/) {
                        my $body = "";
                        while (<SOURCE>) {
                        # Remove trailing white space.